Searched defs:uboot_heap_start (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/boot/sys/boot/uboot/common/
H A Dmain.c48 uintptr_t uboot_heap_start; variable
421 uboot_heap_start = round_page((uintptr_t)end);
422 uboot_heap_end = uboot_heap_start + 512 * 1024;
423 setheap((void *)uboot_heap_start, (void *)uboot_heap_end);

Completed in 59 milliseconds