libnx/nx/include/switch/heap.h

3 lines
65 B
C

void* heapAllocPages(size_t size);
void* heapAlloc(size_t size);