![]() |
Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
|
Functions | |
| static void * | AllocatorAllocForExpHeap_ (MEMAllocator *pAllocator, u32 size) |
| static void | AllocatorFreeForExpHeap_ (MEMAllocator *pAllocator, void *pBlock) |
| void * | MEMAllocFromAllocator (MEMAllocator *pAllocator, u32 size) |
| void | MEMFreeToAllocator (MEMAllocator *pAllocator, void *pBlock) |
| void | MEMInitAllocatorForExpHeap (MEMAllocator *pAllocator, MEMHeapHandle handle, int align) |
|
static |
|
static |
| void * MEMAllocFromAllocator | ( | MEMAllocator * | pAllocator, |
| u32 | size ) |
| void MEMFreeToAllocator | ( | MEMAllocator * | pAllocator, |
| void * | pBlock ) |
| void MEMInitAllocatorForExpHeap | ( | MEMAllocator * | pAllocator, |
| MEMHeapHandle | handle, | ||
| int | align ) |