summaryrefslogtreecommitdiff
path: root/include/malloc.h
diff options
context:
space:
mode:
authorProjectRevoTPP <projectrevotpp@hotmail.com>2018-10-15 22:21:18 -0400
committerProjectRevoTPP <projectrevotpp@hotmail.com>2018-10-15 22:21:18 -0400
commit77d98a23c6553e1264c8488286f4a7b11287322e (patch)
tree9f3dc7ac5580c2523b775d934cf617b7aaa407c0 /include/malloc.h
parenta2e49c4d5c275b28b6485d404e305a98c935d022 (diff)
decompile load_save.c
Diffstat (limited to 'include/malloc.h')
-rw-r--r--include/malloc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/malloc.h b/include/malloc.h
index 003ee1f03..6efa8fbef 100644
--- a/include/malloc.h
+++ b/include/malloc.h
@@ -1,6 +1,7 @@
#ifndef GUARD_MALLOC_H
#define GUARD_MALLOC_H
+#define HEAP_SIZE 0x1C000
#define malloc Alloc
#define calloc(ct, sz) AllocZeroed((ct) * (sz))
#define free Free