Rename lib_121e0 to memory.c, rename symbols, introduce MEMPOOL constants and improve documentation

This commit is contained in:
Ryan Dwyer
2021-01-07 11:54:39 +10:00
parent 2d28a20703
commit 92fad46faf
56 changed files with 247 additions and 203 deletions
@@ -1,5 +1,5 @@
#ifndef _IN_LIB_LIB_121E0_H
#define _IN_LIB_LIB_121E0_H
#ifndef _IN_LIB_MEMORY_H
#define _IN_LIB_MEMORY_H
#include <ultra64.h>
#include "types.h"
@@ -13,7 +13,7 @@ s32 memReallocate(u32 allocation, s32 size, u8 poolnum);
u32 memGetFree(u8 poolnum, u32 bank);
void memResetPool(u8 pool);
void memDisablePool(u8 pool);
u32 func000125dc(void);
u32 func00012644(void);
u32 memAllocFromBankRight(void);
u32 mallocFromRight(void);
#endif