mirror of
https://github.com/switchbrew/libnx.git
synced 2025-11-24 14:58:14 +01:00
- Added virtmemLock/Unlock, needed for atomic find-and-map operations
- Added virtmemFindAslr, which looks for a random free area in AslrRegion
- virtmemReserve still exists for legacy callers who rely on sequential
allocation in order to avoid race conditions from concurrent uses
- Added virtmemFindStack, which searches within StackRegion instead
- Removed virtmemReserveStack/FreeStack
- Changed shmem/thread/tmem/codememory-jit to use the new virtmem API
- Legacy jit still uses virtmemReserve
|
||
|---|---|---|
| .. | ||
| applets | ||
| arm | ||
| audio | ||
| crypto | ||
| display | ||
| kernel | ||
| nvidia | ||
| runtime | ||
| services | ||
| sf | ||
| nacp.h | ||
| nro.h | ||
| result.h | ||
| types.h | ||