void * virtmemReserve(size_t size)
Reserves a slice of general purpose address space.
void virtmemFreeMap(void *addr, size_t size)
Relinquishes a slice of address space reserved with virtmemReserveMap (currently no-op).
void virtmemFree(void *addr, size_t size)
Relinquishes a slice of address space reserved with virtmemReserve (currently no-op).
void * virtmemReserveMap(size_t size)
Reserves a slice of address space inside the alias memory mapping region(s) (for use with svcMapMemor...