mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-22 13:02:38 +02:00
3 lines
79 B
C
3 lines
79 B
C
void* virtmemReserve(size_t size);
|
|
void virtmemFree(void* addr, size_t size);
|