Loading...
--- libmalloc/libmalloc-792.80.2/tests/magazine_rack.c
+++ libmalloc/libmalloc-474.0.13/tests/magazine_rack.c
@@ -38,8 +38,7 @@
T_GLOBAL_META(T_META_RUN_CONCURRENTLY(false), T_META_TIMEOUT(1200));
-T_DECL(basic_magazine_init, "allocate magazine counts", T_META_TAG_VM_PREFERRED,
- T_META_TAG_NO_ALLOCATOR_OVERRIDE)
+T_DECL(basic_magazine_init, "allocate magazine counts")
{
struct rack_s rack;
@@ -50,8 +49,7 @@
}
}
-T_DECL(basic_magazine_deinit, "allocate deallocate magazines",
- T_META_TAG_VM_PREFERRED, T_META_TAG_NO_ALLOCATOR_OVERRIDE)
+T_DECL(basic_magazine_deinit, "allocate deallocate magazines")
{
struct rack_s rack;
memset(&rack, 'a', sizeof(rack));
@@ -117,17 +115,13 @@
}
}
-T_DECL(rack_tiny_region_remove,
- "exercise region deallocation race (rdar://66713029)",
- T_META_TAG_VM_NOT_PREFERRED, T_META_TAG_MAGAZINE_ONLY)
+T_DECL(rack_tiny_region_remove, "exercise region deallocation race (rdar://66713029)")
{
test_region_remove(TINY_ALLOCATION_SZ);
T_PASS("finished without crashing");
}
-T_DECL(rack_small_region_remove,
- "exercise region deallocation race (rdar://66713029)",
- T_META_TAG_VM_NOT_PREFERRED, T_META_TAG_MAGAZINE_ONLY)
+T_DECL(rack_small_region_remove, "exercise region deallocation race (rdar://66713029)")
{
test_region_remove(SMALL_ALLOCATION_SZ);
T_PASS("finished without crashing");
@@ -136,8 +130,7 @@
T_DECL(rack_medium_region_remove, "exercise region deallocation race (rdar://66713029)",
T_META_ENVVAR("MallocMediumZone=1"),
T_META_ENVVAR("MallocMediumActivationThreshold=1"),
- T_META_ENABLED(CONFIG_MEDIUM_ALLOCATOR), T_META_TAG_VM_NOT_PREFERRED,
- T_META_TAG_MAGAZINE_ONLY)
+ T_META_ENABLED(CONFIG_MEDIUM_ALLOCATOR))
{
test_region_remove(MEDIUM_ALLOCATION_SZ);
T_PASS("finished without crashing");