libctru
v2.4.1
|
Mappable memory allocator. More...
#include <3ds/types.h>
Go to the source code of this file.
Functions | |
void | mappableInit (u32 addrMin, u32 addrMax) |
Initializes the mappable allocator. More... | |
void * | mappableAlloc (size_t size) |
Finds a mappable memory area. More... | |
void | mappableFree (void *mem) |
Frees a mappable area (stubbed). More... | |
Mappable memory allocator.
void* mappableAlloc | ( | size_t | size | ) |
Finds a mappable memory area.
size | Size of the area to find. |
void mappableFree | ( | void * | mem | ) |
Frees a mappable area (stubbed).
mem | Mappable area to free. |