]> git.saurik.com Git - apple/xnu.git/blobdiff - tools/tests/perf_index/test_fault_helper.c
xnu-4903.241.1.tar.gz
[apple/xnu.git] / tools / tests / perf_index / test_fault_helper.c
index 94127979c3dc54dbfa801d6de2278f9e07e49d27..439757774ddeed369da1794eaaaa1ec2ce3a38f4 100644 (file)
@@ -6,7 +6,11 @@
 #include <assert.h>
 #include <TargetConditionals.h>
 
+#if TARGET_OS_EMBEDDED
+#define MEMSIZE (1L<<28)
+#else
 #define MEMSIZE (1L<<30)
+#endif
 
 static char* memblock;