|
wut
1.0.0-beta9
Wii U Toolchain
|
Go to the source code of this file.
Data Structures | |
| struct | MEMUnitHeapFreeBlock |
| struct | MEMUnitHeap |
Typedefs | |
| typedef struct MEMUnitHeap | MEMUnitHeap |
| typedef struct MEMUnitHeapFreeBlock | MEMUnitHeapFreeBlock |
Functions | |
| MEMHeapHandle | MEMCreateUnitHeapEx (void *heap, uint32_t size, uint32_t blockSize, int32_t alignment, uint16_t flags) |
| void * | MEMDestroyUnitHeap (MEMHeapHandle heap) |
| void * | MEMAllocFromUnitHeap (MEMHeapHandle heap) |
| void | MEMFreeToUnitHeap (MEMHeapHandle heap, void *block) |
| void | MEMiDumpUnitHeap (MEMHeapHandle heap) |
| uint32_t | MEMCountFreeBlockForUnitHeap (MEMHeapHandle heap) |
| uint32_t | MEMCalcHeapSizeForUnitHeap (uint32_t blockSize, uint32_t count, int32_t alignment) |
1.8.17