|
iPXE
|
External ("user") heap. More...
Go to the source code of this file.
Macros | |
| #define | UMALLOC_PREFIX_uheap __uheap_ |
Functions | |
| FILE_LICENCE (GPL2_OR_LATER_OR_UBDL) | |
Variables | |
| physaddr_t | uheap_limit |
| Minimum possible start of external heap. More... | |
| physaddr_t | uheap_start |
| Start of external heap. More... | |
| physaddr_t | uheap_end |
| End of external heap. More... | |
External ("user") heap.
Definition in file uheap.h.
| FILE_LICENCE | ( | GPL2_OR_LATER_OR_UBDL | ) |
| physaddr_t uheap_limit |
Minimum possible start of external heap.
Definition at line 54 of file uheap.c.
Referenced by initrd_region(), initrd_reshuffle(), uheap_find(), uheap_grow(), and uheap_resize().
| physaddr_t uheap_start |
Start of external heap.
Definition at line 57 of file uheap.c.
Referenced by initrd_startup(), int15_sync(), uheap_find(), uheap_grow(), uheap_resize(), and uheap_shrink().
| physaddr_t uheap_end |
End of external heap.
Definition at line 60 of file uheap.c.
Referenced by initrd_region(), initrd_reshuffle(), int15_sync(), uheap_find(), uheap_grow(), and uheap_resize().
1.8.15