Removed calloc macro

This commit is contained in:
Eduardo Quezada
2022-09-16 20:34:22 -03:00
parent 63156b4398
commit e412ec30a0
6 changed files with 7 additions and 8 deletions

View File

@@ -2,7 +2,6 @@
#define GUARD_ALLOC_H
#define HEAP_SIZE 0x1C000
#define calloc(ct, sz) AllocZeroed((ct) * (sz))
#define free Free
#define FREE_AND_SET_NULL(ptr) \