summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
author0undefined <oscar@nelin.dk>2026-02-19 01:39:46 +0000
committer0undefined <oscar@nelin.dk>2026-02-19 01:39:46 +0000
commiteef15506347455593d0daf1159eaa1b2c5097802 (patch)
treebd80d01ae0a5fae17a1e120c9630910c275a6971 /src
parentd623fb2cc40cb3648441f1818e172637b108f6a1 (diff)
Add chunking
Diffstat (limited to 'src')
-rw-r--r--src/main.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index c2a764e..834f429 100644
--- a/src/main.c
+++ b/src/main.c
@@ -1,7 +1,9 @@
#include <daw/daw.h>
#include <daw/logging.h>
-#define MEMORY_SIZE 65536
+// 64MB
+#define MEMORY_SIZE 64000000
+
Instance *p = NULL;