Loading...
--- libmalloc/libmalloc-792.1.1/tests/malloc_msl.c
+++ libmalloc/libmalloc-521.120.7/tests/malloc_msl.c
@@ -9,11 +9,7 @@
#include <darwintest.h>
#include <malloc/malloc.h>
-#if TARGET_OS_WATCH
-#define N_ZONE_CREATION_THREADS 4
-#else // TARGET_OS_WATCH
#define N_ZONE_CREATION_THREADS 8
-#endif // TARGET_OS_WATCH
static void *
msl_thread(void *arg)
@@ -39,7 +35,7 @@
return NULL;
}
-T_DECL(malloc_enable_msl_lite, "enable the malloc stack logging lite zone while constantly registering zones", T_META_TAG_VM_NOT_PREFERRED)
+T_DECL(malloc_enable_msl_lite, "enable the malloc stack logging lite zone while constantly registering zones")
{
pthread_t zone_threads[N_ZONE_CREATION_THREADS];
for (int i = 0; i < N_ZONE_CREATION_THREADS; i++) {