Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/i386/libi386/
H A Dbiosmem.c58 #define HEAP_MIN (64 * 1024 * 1024) macro
146 if (high_heap_base < smap.base && size >= HEAP_MIN) { in bios_getmem()
147 high_heap_base = smap.base + size - HEAP_MIN; in bios_getmem()
148 high_heap_size = HEAP_MIN; in bios_getmem()
220 if (bios_extmem >= HEAP_MIN && high_heap_size < HEAP_MIN) { in bios_getmem()
221 high_heap_size = HEAP_MIN; in bios_getmem()
222 high_heap_base = memtop - HEAP_MIN; in bios_getmem()
/illumos-gate/usr/src/boot/i386/isoboot/
H A Disoboot.c103 #define HEAP_MIN (3 * 1024 * 1024) macro
216 if (bios_extmem >= HEAP_MIN && high_heap_size < HEAP_MIN) { in bios_getmem()
217 high_heap_size = HEAP_MIN; in bios_getmem()
218 high_heap_base = bios_extmem + 0x100000 - HEAP_MIN; in bios_getmem()