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

/freebsd-13-stable/stand/i386/loader/
H A Dmain.c87 static void *heap_top; variable
121 heap_top = PTOV(high_heap_base + high_heap_size);
128 heap_top = (void *)PTOV(bios_basemem);
131 setheap(heap_bottom, heap_top);
421 sbrk(0), heap_top);
/freebsd-13-stable/stand/i386/zfsboot/
H A Dzfsboot.c124 static char *heap_top; variable
176 heap_top = PTOV(high_heap_base + high_heap_size);
181 heap_top = (char *)PTOV(bios_basemem);
183 setheap(heap_bottom, heap_top);

Completed in 57 milliseconds