diff options
| author | 0undefined <oscar@nelin.dk> | 2026-02-19 01:39:46 +0000 |
|---|---|---|
| committer | 0undefined <oscar@nelin.dk> | 2026-02-19 01:39:46 +0000 |
| commit | eef15506347455593d0daf1159eaa1b2c5097802 (patch) | |
| tree | bd80d01ae0a5fae17a1e120c9630910c275a6971 /src/main.c | |
| parent | d623fb2cc40cb3648441f1818e172637b108f6a1 (diff) | |
Add chunking
Diffstat (limited to 'src/main.c')
| -rw-r--r-- | src/main.c | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,7 +1,9 @@ #include <daw/daw.h> #include <daw/logging.h> -#define MEMORY_SIZE 65536 +// 64MB +#define MEMORY_SIZE 64000000 + Instance *p = NULL; |
