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

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

Completed in 145 milliseconds