Move HEAP_SIZE to malloc and use void instead of empty argument list
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
}
|
||||
|
||||
extern u8 gHeap[];
|
||||
|
||||
void *Alloc(u32 size);
|
||||
void *AllocZeroed(u32 size);
|
||||
void Free(void *pointer);
|
||||
|
||||
Reference in New Issue
Block a user