Searched refs:setheap (Results 1 – 12 of 12) sorted by relevance
/freebsd/stand/libsa/ |
H A D | sbrk.c | 39 setheap(void *base, void *top) in setheap() function
|
H A D | stand.h | 289 extern void setheap(void *base, void *top);
|
/freebsd/stand/powerpc/ofw/ |
H A D | main.c | 66 setheap(heap, (void *)((uintptr_t)heap + HEAP_SIZE)); in init_heap()
|
/freebsd/stand/efi/loader/ |
H A D | efi_main.c | 104 setheap((void *)(uintptr_t)heap, (void *)(uintptr_t)(heap + heapsize)); in efi_main()
|
/freebsd/stand/userboot/userboot/ |
H A D | main.c | 164 setheap((void *)mallocbuf, (void *)(mallocbuf + sizeof(mallocbuf))); in loader_main()
|
/freebsd/stand/efi/boot1/ |
H A D | boot1.c | 197 setheap((void *)(uintptr_t)heap, (void *)(uintptr_t)(heap + heapsize)); in efi_main()
|
/freebsd/stand/i386/loader/ |
H A D | main.c | 125 setheap(heap_bottom, heap_top); in main()
|
/freebsd/stand/i386/isoboot/ |
H A D | isoboot.c | 229 setheap(heap_next, heap_end); in main()
|
/freebsd/stand/uboot/ |
H A D | main.c | 467 setheap((void *)uboot_heap_start, (void *)uboot_heap_end); in main()
|
/freebsd/stand/kboot/kboot/ |
H A D | main.c | 345 setheap(heapbase, heapbase + heapsize); in main()
|
/freebsd/stand/i386/gptboot/ |
H A D | gptboot.c | 278 setheap(heap_next, heap_end); in main()
|
/freebsd/stand/i386/zfsboot/ |
H A D | zfsboot.c | 180 setheap(heap_bottom, heap_top); in main()
|