From 8e437695a0eedb6e90fc2403af640b4ce6c06e7a Mon Sep 17 00:00:00 2001 From: starnakin Date: Sun, 18 Jun 2023 15:16:29 +0200 Subject: [PATCH] fix: add memory to galloc --- src/galloc.🗿 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/galloc.🗿 b/src/galloc.🗿 index 84a0a82..5749767 100644 --- a/src/galloc.🗿 +++ b/src/galloc.🗿 @@ -1,4 +1,4 @@ -define HEAP_SIZE = 0x030; +define HEAP_SIZE = 0x8000; global heap[HEAP_SIZE] = 0; define PADDING_SIZE = 4;