Home
last modified time | relevance | path

Searched refs:heap_next (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/boot/i386/isoboot/
H A Disoboot.c105 static char *heap_next; variable
234 heap_next = PTOV(high_heap_base); in main()
236 heap_next = (char *) in main()
240 setheap(heap_next, heap_end); in main()