Home
last modified time | relevance | path

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

/freebsd-head/stand/libsa/
HDsbrk.c39 setheap(void *base, void *top) in setheap() function
HDstand.h289 extern void setheap(void *base, void *top);
/freebsd-head/stand/powerpc/ofw/
HDmain.c66 setheap(heap, (void *)((uintptr_t)heap + HEAP_SIZE)); in init_heap()
/freebsd-head/stand/efi/loader/
HDefi_main.c104 setheap((void *)(uintptr_t)heap, (void *)(uintptr_t)(heap + heapsize)); in efi_main()
/freebsd-head/stand/userboot/userboot/
HDmain.c164 setheap((void *)mallocbuf, (void *)(mallocbuf + sizeof(mallocbuf))); in loader_main()
/freebsd-head/stand/efi/boot1/
HDboot1.c197 setheap((void *)(uintptr_t)heap, (void *)(uintptr_t)(heap + heapsize)); in efi_main()
/freebsd-head/stand/i386/loader/
HDmain.c125 setheap(heap_bottom, heap_top); in main()
/freebsd-head/stand/i386/isoboot/
HDisoboot.c229 setheap(heap_next, heap_end); in main()
/freebsd-head/stand/uboot/
HDmain.c467 setheap((void *)uboot_heap_start, (void *)uboot_heap_end); in main()
/freebsd-head/stand/kboot/kboot/
HDmain.c363 setheap(heapbase, heapbase + heapsize); in main()
/freebsd-head/stand/i386/gptboot/
HDgptboot.c278 setheap(heap_next, heap_end); in main()
/freebsd-head/stand/i386/zfsboot/
HDzfsboot.c180 setheap(heap_bottom, heap_top); in main()