mirror of
https://github.com/switchbrew/libnx.git
synced 2025-12-30 14:48:39 +01:00
3 lines
79 B
C
3 lines
79 B
C
void* virtmemReserve(size_t size);
|
|
void virtmemFree(void* addr, size_t size);
|