setheap
setheap(end, (void *)(HIMEM - 0x1000));
setheap((void *)HEAPSTART, (void *)HEAPEND);
setheap(end, (void*)0x1000000);
setheap((void *)(0x81000000-(1024*1024)), (void *)0x81000000);
setheap((void *)heap, (void *)(start + size - 1));
setheap((void *)heap, (void *)(size - 1));
setheap((void *)heap, (void *)(start + size - 1));
setheap((void *)heap, (void *)(start + size - 1));
setheap((void *)heap, (void *)(size - 1));
setheap((void *)heap, (void *)(start + size - 1));
setheap((void *)heap, (void *)(heap + BOARD_HEAP_SIZE - 1));
setheap((void *)heap, (void *)(heap + BOARD_HEAP_SIZE - 1));
setheap(heap, (void *)(0x800000 - 1));
setheap((void *)(UINTN)heap_start,
setheap(h, h + HEAPSIZE);
setheap((void *)heap, (void *)(heap + heapsize));
setheap((void *)malloc, (void *)(malloc + 512*1024));
setheap(heapspace, heapspace + HEAP_SIZE);
setheap(&altheap, &altheap[0x20000]);
setheap(heapspace, heapspace+0x20000);
setheap((void *)ALIGN(end), (void *)0xffffffff);
setheap((void *)ALIGN(end), (void *)0xffffffff);
setheap(HEAP_START, HEAP_END);
setheap(heap_area, heap_area + HEAP_SIZE);
void setheap(void *, void *);
setheap((void *)(uintptr_t)heap_start, (void *)(uintptr_t)(heap_start + heap_size));