Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/i386/loader/
H A Dmain.c77 static void *heap_bottom; variable
109 heap_bottom = PTOV(high_heap_base); in main()
114 heap_bottom = (void *)_end; in main()
116 setheap(heap_bottom, heap_top); in main()
345 printf("heap base at %p, top at %p, upper limit at %p\n", heap_bottom, in command_heap()
/illumos-gate/usr/src/boot/i386/gptzfsboot/
H A Dzfsboot.c123 static char *heap_bottom; variable
165 heap_bottom = PTOV(high_heap_base); in main()
167 heap_bottom = (char *) in main()
171 setheap(heap_bottom, heap_top); in main()