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.c84 static void *heap_bottom; variable
116 heap_bottom = PTOV(high_heap_base); in main()
123 heap_bottom = (void *)end; in main()
125 setheap(heap_bottom, heap_top); in main()
414 printf("heap base at %p, top at %p, upper limit at %p\n", heap_bottom, in command_heap()
/freebsd/stand/i386/zfsboot/
H A Dzfsboot.c122 static char *heap_bottom; variable
174 heap_bottom = PTOV(high_heap_base); in main()
176 heap_bottom = (char *) in main()
180 setheap(heap_bottom, heap_top); in main()