Home
last modified time | relevance | path

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

/freebsd/stand/i386/loader/
H A Dmain.c97 static void *heap_top; variable
129 heap_top = PTOV(high_heap_base + high_heap_size); in main()
136 heap_top = (void *)PTOV(bios_basemem); in main()
139 setheap(heap_bottom, heap_top); in main()
422 sbrk(0), heap_top); in command_heap()
/freebsd/stand/i386/gptzfsboot/
H A Dzfsboot.c121 static char *heap_top; variable
182 heap_top = PTOV(high_heap_base + high_heap_size); in main()
187 heap_top = (char *)PTOV(bios_basemem); in main()
189 setheap(heap_bottom, heap_top); in main()