Loading...
--- libmalloc/libmalloc-792.60.6/tests/aligned_alloc_test.c
+++ libmalloc/libmalloc-792.1.1/tests/aligned_alloc_test.c
@@ -12,7 +12,7 @@
#include <stdio.h>
#include <stdlib.h>
-T_GLOBAL_META(T_META_RUN_CONCURRENTLY(true), T_META_TAG_ALL_ALLOCATORS);
+T_GLOBAL_META(T_META_RUN_CONCURRENTLY(true), T_META_TAG_XZONE);
static inline void*
t_aligned_alloc(size_t alignment, size_t size)
@@ -33,9 +33,9 @@
}
T_DECL(aligned_alloc_free, "aligned_alloc all power of two alignments <= 64kb",
- T_META_TAG_VM_PREFERRED)
+ T_META_TAG_VM_NOT_PREFERRED)
{
-#if TARGET_OS_WATCH && !defined(__LP64__)
+#if TARGET_OS_WATCH
const size_t max_alignment = 4096;
#else
const size_t max_alignment = 64 * 1024;