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