sandbox: increase memblock heap area size
This commit is contained in:
@@ -13,7 +13,7 @@
|
|||||||
#define MEMORY_SIZE_MB 512
|
#define MEMORY_SIZE_MB 512
|
||||||
|
|
||||||
#define ALLOC_START_MB 16
|
#define ALLOC_START_MB 16
|
||||||
#define ALLOC_END_MB 18
|
#define ALLOC_END_MB 32
|
||||||
|
|
||||||
#define MEMPTR(offset) ((uintptr_t)system_memory + (offset))
|
#define MEMPTR(offset) ((uintptr_t)system_memory + (offset))
|
||||||
#define MB_TO_BYTES(v) ((size_t)(v) * 0x100000)
|
#define MB_TO_BYTES(v) ((size_t)(v) * 0x100000)
|
||||||
|
|||||||
Reference in New Issue
Block a user