Searched defs:high_heap_size (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/boot/sys/boot/i386/libi386/
H A Dbiosmem.c41 uint32_t bios_basemem, bios_extmem, high_heap_size; variable
139 if (size > high_heap_size) {
140 high_heap_size = size;
169 high_heap_size = 0;
206 if (bios_extmem >= HEAP_MIN && high_heap_size < HEAP_MIN) {
207 high_heap_size = HEAP_MIN;
222 printf("high_heap_size: 0x%llx\n", (unsigned long long) high_heap_size);

Completed in 53 milliseconds