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 | 297 extern void setheap(void *base, void *top);
|
/freebsd/stand/powerpc/ofw/ |
H A D | main.c | 78 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 | 173 setheap((void *)mallocbuf, (void *)(mallocbuf + sizeof(mallocbuf))); in loader_main()
|
/freebsd/stand/i386/loader/ |
H A D | main.c | 139 setheap(heap_bottom, heap_top); in main()
|
/freebsd/stand/efi/boot1/ |
H A D | boot1.c | 199 setheap((void *)(uintptr_t)heap, (void *)(uintptr_t)(heap + heapsize)); in efi_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 | 468 setheap((void *)uboot_heap_start, (void *)uboot_heap_end); in main()
|
/freebsd/stand/kboot/kboot/ |
H A D | main.c | 399 setheap(heapbase, heapbase + heapsize); in main()
|
/freebsd/stand/i386/gptzfsboot/ |
H A D | zfsboot.c | 189 setheap(heap_bottom, heap_top); in main()
|
/freebsd/stand/i386/gptboot/ |
H A D | gptboot.c | 278 setheap(heap_next, heap_end); in main()
|