Document frontier pass

This commit is contained in:
GriffinR
2021-01-19 04:03:51 -05:00
parent c40fb9288c
commit 602855ea99
11 changed files with 385 additions and 309 deletions

View File

@@ -12,6 +12,8 @@
ptr = NULL; \
}
#define TRY_FREE_AND_SET_NULL(ptr) if (ptr != NULL) FREE_AND_SET_NULL(ptr)
extern u8 gHeap[];
void *Alloc(u32 size);