code wiki / arena
topic: arena
7 modules sharing the arena name family (derived from the tree's prefix discipline).
| module | description | lines | funcs |
|---|---|---|---|
| nx_arena.nx | bump-pointer arena allocator. | 125 | 2 |
| nx_arena_probe.nx | A/B METER for small-allocation cost in nx_syscalls.sys_mmap. | 85 | 3 |
| nx_arena_reset_probe.nx | bite-proof that sys_arena_mark/sys_arena_reset ACTUALLY RECLAIM memory | 84 | 3 |
| nx_arena_scope.nx | mark/reset-to-mark wrapper for nx_arena. | 186 | 6 |
| nx_arena_scope_test.nx | smoke for mark/reset-to-mark + ceiling. | 111 | 1 |
| nx_arena_smp_gate.nx | TWO THREADS MUST NEVER RECEIVE THE SAME POINTER. | 215 | 4 |
| nx_arena_types.nx | arena type + constants, zero-syscall. | 122 | 9 |