Home
last modified time | relevance | path

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

/freebsd/stand/i386/loader/
H A Dmain.c98 static void *heap_bottom; variable
130 heap_bottom = PTOV(high_heap_base); in main()
137 heap_bottom = (void *)end; in main()
139 setheap(heap_bottom, heap_top); in main()
421 printf("heap base at %p, top at %p, upper limit at %p\n", heap_bottom, in command_heap()
/freebsd/stand/i386/gptzfsboot/
H A Dzfsboot.c122 static char *heap_bottom; variable
183 heap_bottom = PTOV(high_heap_base); in main()
185 heap_bottom = (char *) in main()
189 setheap(heap_bottom, heap_top); in main()