Home
last modified time | relevance | path

Searched refs:HEAP_MIN (Results 1 – 3 of 3) sorted by relevance

/freebsd/stand/i386/libi386/
H A Dbiosmem.c56 #define HEAP_MIN (64 * 1024 * 1024) macro
145 if (high_heap_base < smap.base && size >= HEAP_MIN) { in bios_getmem()
146 high_heap_base = smap.base + size - HEAP_MIN; in bios_getmem()
147 high_heap_size = HEAP_MIN; in bios_getmem()
219 if (bios_extmem >= HEAP_MIN && high_heap_size < HEAP_MIN) { in bios_getmem()
220 high_heap_size = HEAP_MIN; in bios_getmem()
221 high_heap_base = memtop - HEAP_MIN; in bios_getmem()
/freebsd/stand/i386/isoboot/
H A Disoboot.c93 #define HEAP_MIN (3 * 1024 * 1024) macro
205 if (bios_extmem >= HEAP_MIN && high_heap_size < HEAP_MIN) { in bios_getmem()
206 high_heap_size = HEAP_MIN; in bios_getmem()
207 high_heap_base = bios_extmem + 0x100000 - HEAP_MIN; in bios_getmem()
/freebsd/stand/i386/gptboot/
H A Dgptboot.c96 #define HEAP_MIN (3 * 1024 * 1024) macro
222 if (bios_extmem >= HEAP_MIN && high_heap_size < HEAP_MIN) { in bios_getmem()
223 high_heap_size = HEAP_MIN; in bios_getmem()
224 high_heap_base = bios_extmem + 0x100000 - HEAP_MIN; in bios_getmem()