UEFIStarter
a simple UEFI framework
Data Fields
pool_memory_list_t Struct Reference

type for a list node of tracked pool memory More...

#include <memory.h>

Data Fields

UINTN entry_count
 the number of entries in this node
 
void * entries [POOL_MEMORY_LIST_MAX_ENTRY_COUNT]
 the allocation entries in this node
 
struct pool_memory_list_tnext
 the next list node, may be null
 

Detailed Description

type for a list node of tracked pool memory


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