Removed malloc macro

This commit is contained in:
Eduardo Quezada
2022-09-16 20:24:26 -03:00
parent 36494c1c1d
commit 63156b4398
10 changed files with 12 additions and 13 deletions
-1
View File
@@ -2,7 +2,6 @@
#define GUARD_ALLOC_H
#define HEAP_SIZE 0x1C000
#define malloc Alloc
#define calloc(ct, sz) AllocZeroed((ct) * (sz))
#define free Free