Loading...
--- xnu/xnu-12377.101.15/tests/bounded_ptr_src/example.malloc.cpp
+++ xnu/xnu-8792.41.9/tests/bounded_ptr_src/example.malloc.cpp
@@ -49,7 +49,7 @@
}
}
-T_DECL(example_malloc, "bounded_ptr.example.malloc", T_META_TAG_VM_PREFERRED) {
+T_DECL(example_malloc, "bounded_ptr.example.malloc") {
test_bounded_ptr<SomeType> array = nullptr;
std::uint32_t count = 100;
std::uint32_t alloc_size = count * sizeof(SomeType);