Searched refs:heapsize (Results 1 – 2 of 2) sorted by relevance
37 static size_t maxheap, heapsize = 0; variable57 if ((heapsize + incr) <= maxheap) { in sbrk()58 ret = (char *)heapbase + heapsize; in sbrk()60 heapsize += incr; in sbrk()
34 static UINTN heapsize; variable41 BS->FreePages(heap, EFI_SIZE_TO_PAGES(heapsize)); in efi_exit()86 heapsize = 64 * 1024 * 1024; in efi_main()90 EFI_SIZE_TO_PAGES(heapsize), &heap); in efi_main()94 setheap((void *)(uintptr_t)heap, (void *)(uintptr_t)(heap + heapsize)); in efi_main()