sandbox: increase memblock heap area size

This commit is contained in:
2023-01-29 11:14:33 +00:00
parent a3c6018d96
commit a7ebdeba73

View File

@@ -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)