Home
last modified time | relevance | path

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

/freebsd/stand/i386/isoboot/
H A Disoboot.c96 static char *heap_end; variable
222 heap_end = PTOV(high_heap_base + high_heap_size); in main()
227 heap_end = (char *)PTOV(bios_basemem); in main()
229 setheap(heap_next, heap_end); in main()
/freebsd/stand/i386/gptboot/
H A Dgptboot.c99 static char *heap_end; variable
272 heap_end = PTOV(high_heap_base + high_heap_size); in main()
276 heap_end = (char *)PTOV(bios_basemem); in main()
278 setheap(heap_next, heap_end); in main()