void mappableInit(u32 addrMin, u32 addrMax)
Initializes the mappable allocator.
void * mappableAlloc(size_t size)
Finds a mappable memory area.
void mappableFree(void *mem)
Frees a mappable area (stubbed).
uint32_t u32
32-bit unsigned integer
Definition: types.h:23