code wiki / (root) / nx_smoke_alloc_call.nx

nx_smoke_alloc_call.nx

buildroot/runtime/nx_smoke_alloc_call.nx

662 B27 linesdepth 2pulls 2 transitivereach 0 importersview sourcekind smoketopic smoke
docsdependenciesstructsconstsfunctions

about

smoke_alloc_call.nx -- nested sys_mmap inside a called function.

dependencies 1 imports · 0 importers

nx_syscalls.nx nx_smoke_alloc_call.nx

imports: nx_syscalls.nx

imported by: nobody (leaf or entry point)

call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown

main make_box sys_mmap nxa_die sys_write sys_exit nxa_lock_take nxa_lock_addr sys_write ↻ nxa_lock_give nxa_lock_addr ↻ nxa_report_overrun sys_write ↻ nxa_dump_printable sys_write ↻ nxa_dump_sizes sys_write ↻

structs

11struct Box

consts

none

functions

15func make_box(v: i64) -> *Box
called by 1: main calls 1: sys_mmap
22func main() -> i64
calls 1: make_box