Decompile memaRealloc

This commit is contained in:
Ryan Dwyer
2021-10-30 11:50:50 +10:00
parent 7e574fe2a6
commit 0e8e7da547
3 changed files with 18 additions and 35 deletions
+3 -2
View File
@@ -9,9 +9,10 @@ void memaInit(void);
void memaHeapInit(void *ptr, u32 size);
void memaPrint(void);
void *memaAlloc(u32 size);
u32 func00012c3c(void);
bool memaGrow(u32 arg0, u32 arg1);
void _memaFree(s32 addr, s32 size);
void memaFree(void *addr, s32 size);
s32 memaGetLongestFree(void);
u32 func00012d48(void);
bool memaRealloc(s32 addr, u32 oldsize, u32 newsize);
#endif