wut  v1.7.0
Wii U Toolchain
Data Structures | Typedefs | Functions
memunitheap.h File Reference
#include <wut.h>
#include "memheap.h"
Include dependency graph for memunitheap.h:

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)