mirror of
https://github.com/switchbrew/libnx.git
synced 2025-11-23 22:38:23 +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
|
||
|---|---|---|
| .. | ||
| data | ||
| external/bsd/include | ||
| include | ||
| source | ||
| .gitignore | ||
| default_icon.jpg | ||
| Doxyfile | ||
| Makefile | ||
| switch_rules | ||
| switch.ld | ||
| switch.specs | ||