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

/illumos-gate/usr/src/boot/sys/boot/i386/loader/
H A Dmain.c82 static void *heap_bottom; variable
108 heap_bottom = PTOV(high_heap_base);
115 heap_bottom = (void *)end;
117 setheap(heap_bottom, heap_top);
347 printf("heap base at %p, top at %p, upper limit at %p\n", heap_bottom,
/illumos-gate/usr/src/boot/sys/boot/i386/gptzfsboot/
H A Dzfsboot.c108 static char *heap_bottom; variable
246 heap_bottom = PTOV(high_heap_base);
248 heap_bottom = (char *)
252 setheap(heap_bottom, heap_top);

Completed in 62 milliseconds