Home
last modified time | relevance | path

Searched refs:setheap (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/boot/libsa/
H A Dsbrk.c41 setheap(void *base, void *top) in setheap() function
H A Dstand.h271 extern void setheap(void *base, void *top);
/illumos-gate/usr/src/boot/efi/loader/
H A Defi_main.c94 setheap((void *)(uintptr_t)heap, (void *)(uintptr_t)(heap + heapsize)); in efi_main()
/illumos-gate/usr/src/boot/i386/loader/
H A Dmain.c116 setheap(heap_bottom, heap_top); in main()
/illumos-gate/usr/src/boot/i386/isoboot/
H A Disoboot.c240 setheap(heap_next, heap_end); in main()
/illumos-gate/usr/src/boot/i386/gptzfsboot/
H A Dzfsboot.c171 setheap(heap_bottom, heap_top); in main()