Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/i386/loader/
H A Dmain.c76 static void *heap_top; variable
108 heap_top = PTOV(high_heap_base + high_heap_size); in main()
113 heap_top = (void *)PTOV(bios_basemem); in main()
116 setheap(heap_bottom, heap_top); in main()
346 sbrk(0), heap_top); in command_heap()
/illumos-gate/usr/src/cmd/mdb/common/modules/libumem/
H A Dleaky_subr.c352 vmem_t *heap_top; in leaky_handle_anon_mappings() local
381 heap_top = vm_next; in leaky_handle_anon_mappings()
388 &lm.lm_seg_max, (uintptr_t)heap_top) == -1) { in leaky_handle_anon_mappings()
389 mdb_warn("couldn't walk vmem_span for vmem %p", heap_top); in leaky_handle_anon_mappings()
396 (uintptr_t)heap_top) == -1) { in leaky_handle_anon_mappings()
398 heap_top); in leaky_handle_anon_mappings()
403 mdb_warn("segment list for vmem %p grew\n", heap_top); in leaky_handle_anon_mappings()
/illumos-gate/usr/src/boot/i386/gptzfsboot/
H A Dzfsboot.c122 static char *heap_top; variable
164 heap_top = PTOV(high_heap_base + high_heap_size); in main()
169 heap_top = (char *)PTOV(bios_basemem); in main()
171 setheap(heap_bottom, heap_top); in main()