through CB2_LinkError

This commit is contained in:
PikalaxALT
2017-11-12 23:16:51 -05:00
parent e6b38426b7
commit 344a71d347
8 changed files with 118 additions and 185 deletions

View File

@@ -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