Home
last modified time | relevance | path

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

/freebsd/stand/libsa/
H A Dsbrk.c39 setheap(void *base, void *top) in setheap() function
H A Dstand.h289 extern void setheap(void *base, void *top);
/freebsd/stand/powerpc/ofw/
H A Dmain.c66 setheap(heap, (void *)((uintptr_t)heap + HEAP_SIZE)); in init_heap()
/freebsd/stand/efi/loader/
H A Defi_main.c104 setheap((void *)(uintptr_t)heap, (void *)(uintptr_t)(heap + heapsize)); in efi_main()
/freebsd/stand/userboot/userboot/
H A Dmain.c164 setheap((void *)mallocbuf, (void *)(mallocbuf + sizeof(mallocbuf))); in loader_main()
/freebsd/stand/efi/boot1/
H A Dboot1.c197 setheap((void *)(uintptr_t)heap, (void *)(uintptr_t)(heap + heapsize)); in efi_main()
/freebsd/stand/i386/loader/
H A Dmain.c125 setheap(heap_bottom, heap_top); in main()
/freebsd/stand/i386/isoboot/
H A Disoboot.c229 setheap(heap_next, heap_end); in main()
/freebsd/stand/uboot/
H A Dmain.c467 setheap((void *)uboot_heap_start, (void *)uboot_heap_end); in main()
/freebsd/stand/kboot/kboot/
H A Dmain.c345 setheap(heapbase, heapbase + heapsize); in main()
/freebsd/stand/i386/gptboot/
H A Dgptboot.c278 setheap(heap_next, heap_end); in main()
/freebsd/stand/i386/zfsboot/
H A Dzfsboot.c180 setheap(heap_bottom, heap_top); in main()