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