![]() |
Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
|
Classes | |
| struct | IOSChunk |
| struct | IOSHeap |
Typedefs | |
| typedef struct IOSChunk | IOSChunk |
Functions | |
| static void | __iosCoalesceChunk (IOSChunk *p) |
| IOSHeapId | iosCreateHeap (void *ptr, u32 size) |
| void * | __iosAlloc (IOSHeapId id, u32 size, u32 alignment) |
| void * | iosAllocAligned (IOSHeapId id, u32 size, u32 alignment) |
| IOSError | iosFree (IOSHeapId id, void *ptr) |
Variables | |
| static IOSHeap | __heaps [8] |
| typedef struct IOSChunk IOSChunk |
|
static |
|
static |