Loading...
tests/xzone_corruption.c libmalloc-792.80.2 libmalloc-657.60.21
--- libmalloc/libmalloc-792.80.2/tests/xzone_corruption.c
+++ libmalloc/libmalloc-657.60.21/tests/xzone_corruption.c
@@ -5,14 +5,14 @@
 
 #if CONFIG_XZONE_MALLOC
 
-T_GLOBAL_META(T_META_RUN_CONCURRENTLY(true), T_META_TAG_VM_NOT_PREFERRED);
+T_GLOBAL_META(T_META_RUN_CONCURRENTLY(true));
 
 // Ensure that all allocations get the same bucketing
 MALLOC_NOINLINE
 static void *
 malloc_wrapper(size_t n)
 {
-	return malloc_type_malloc(n, (malloc_type_id_t)42);
+	return malloc(n);
 }
 
 static bool
@@ -110,8 +110,7 @@
 #else // CONFIG_XZONE_MALLOC
 
 T_DECL(tiny_freelist_corruption, "Crash on corruption of tiny freelist",
-		T_META_ENABLED(false), T_META_TAG_VM_PREFERRED,
-		T_META_TAG_NO_ALLOCATOR_OVERRIDE)
+		T_META_ENABLED(false))
 {
 	T_SKIP("Nothing to test for !CONFIG_XZONE_MALLOC");
 }