diff --git a/sandbox/base/memory_test.c b/sandbox/base/memory_test.c index 69c39a6..fce87f7 100644 --- a/sandbox/base/memory_test.c +++ b/sandbox/base/memory_test.c @@ -13,7 +13,7 @@ #define MEMORY_SIZE_MB 512 #define ALLOC_START_MB 16 -#define ALLOC_END_MB 18 +#define ALLOC_END_MB 32 #define MEMPTR(offset) ((uintptr_t)system_memory + (offset)) #define MB_TO_BYTES(v) ((size_t)(v) * 0x100000)