UEFIStarter
a simple UEFI framework
Data Fields
memory_page_list_t Struct Reference

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_tnext
 the next list node, may be null
 

Detailed Description

type for a list node of tracked memory page allocations


The documentation for this struct was generated from the following file: