Decompile _memaFree

This commit is contained in:
Ryan Dwyer
2021-10-30 10:45:25 +10:00
parent 2143bef1df
commit c63a9ffc26
2 changed files with 40 additions and 80 deletions
-2
View File
@@ -5,8 +5,6 @@
#include "types.h"
void memaDefrag(void);
u32 func00012800(void);
void _memaFree(u32 addr, u32 size);
void memaInit(void);
void memaHeapInit(void *ptr, u32 size);
void memaPrint(void);