From 575ed7aa641bf119c78167642b8ebf60fb10cd91 Mon Sep 17 00:00:00 2001 From: kdx Date: Tue, 25 Jul 2023 05:27:21 +0200 Subject: [PATCH] reduce galloc memory --- src/galloc.🗿 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/galloc.🗿 b/src/galloc.🗿 index 6930136..3eede99 100644 --- a/src/galloc.🗿 +++ b/src/galloc.🗿 @@ -1,4 +1,4 @@ -define HEAP_SIZE = 0x8000; +define HEAP_SIZE = 0x4000; global heap[HEAP_SIZE] = 0; define PADDING_SIZE = 4;