smoke_alloc_call.nx
buildroot/runtime/smoke_alloc_call.nx
about
smoke_alloc_call.nx -- nested sys_mmap inside a called function.
dependencies 1 imports · 0 importers
imports: syscalls.nx
imported by: nobody (leaf or entry point)
call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown
structs
| 5 | struct Box { |
consts
| none |
functions
| 9 | func make_box(v: i64) -> *Box {
called by 1: main |
| 16 | func main() -> i64 {
calls 1: make_box |