UEFIStarter
a simple UEFI framework
|
type for a list node of tracked memory page allocations More...
#include <memory.h>
Data Fields | |
UINTN | entry_count |
the number of entries in this node | |
memory_page_list_entry_t | entries [MEMORY_PAGE_LIST_MAX_ENTRY_COUNT] |
the allocation entries in this node | |
struct memory_page_list_t * | next |
the next list node, may be null | |
type for a list node of tracked memory page allocations