code wiki / (root) / smoke_alloc_call.nx

smoke_alloc_call.nx

buildroot/runtime/smoke_alloc_call.nx

429 B21 linesdepth 3pulls 3 transitivereach 0 importersview sourcekind smoketopic smoke
docsdependenciesstructsconstsfunctions

about

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

dependencies 1 imports · 0 importers

syscalls.nx smoke_alloc_call.nx

imports: 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

structs

5struct Box {

consts

none

functions

9func make_box(v: i64) -> *Box {
called by 1: main
16func main() -> i64 {
calls 1: make_box