forked from starnakin/IronGOLEM
reduce galloc memory
This commit is contained in:
parent
46d7e9c85c
commit
575ed7aa64
@ -1,4 +1,4 @@
|
||||
define HEAP_SIZE = 0x8000;
|
||||
define HEAP_SIZE = 0x4000;
|
||||
global heap[HEAP_SIZE] = 0;
|
||||
|
||||
define PADDING_SIZE = 4;
|
||||
|
Loading…
Reference in New Issue
Block a user