Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
mem_allocator.c File Reference

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)
 

Function Documentation

◆ AllocatorAllocForExpHeap_()

static void * AllocatorAllocForExpHeap_ ( MEMAllocator * pAllocator,
u32 size )
static

◆ AllocatorFreeForExpHeap_()

static void AllocatorFreeForExpHeap_ ( MEMAllocator * pAllocator,
void * pBlock )
static

◆ MEMAllocFromAllocator()

void * MEMAllocFromAllocator ( MEMAllocator * pAllocator,
u32 size )

◆ MEMFreeToAllocator()

void MEMFreeToAllocator ( MEMAllocator * pAllocator,
void * pBlock )

◆ MEMInitAllocatorForExpHeap()

void MEMInitAllocatorForExpHeap ( MEMAllocator * pAllocator,
MEMHeapHandle handle,
int align )