Searched refs:heap_top (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/boot/sys/boot/i386/loader/
H A Dmain.c81 static void *heap_top; variable
107 heap_top = PTOV(high_heap_base + high_heap_size);
114 heap_top = (void *)PTOV(bios_basemem);
117 setheap(heap_bottom, heap_top);
348 sbrk(0), heap_top);
/illumos-gate/usr/src/cmd/mdb/common/modules/libumem/
H A Dleaky_subr.c354 vmem_t *heap_top; local
383 heap_top = vm_next;
390 &lm.lm_seg_max, (uintptr_t)heap_top) == -1) {
391 mdb_warn("couldn't walk vmem_span for vmem %p", heap_top);
398 (uintptr_t)heap_top) == -1) {
400 heap_top);
405 mdb_warn("segment list for vmem %p grew\n", heap_top);
/illumos-gate/usr/src/boot/sys/boot/i386/gptzfsboot/
H A Dzfsboot.c107 static char *heap_top; variable
245 heap_top = PTOV(high_heap_base + high_heap_size);
250 heap_top = (char *) PTOV(bios_basemem);
252 setheap(heap_bottom, heap_top);

Completed in 48 milliseconds