reduce galloc memory

This commit is contained in:
kdx 2023-07-25 05:27:21 +02:00
parent 46d7e9c85c
commit 575ed7aa64

View File

@ -1,4 +1,4 @@
define HEAP_SIZE = 0x8000;
define HEAP_SIZE = 0x4000;
global heap[HEAP_SIZE] = 0;
define PADDING_SIZE = 4;