|
UEFIStarter
a simple UEFI framework
|
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_t * | next |
| the next list node, may be null | |
type for a list node of tracked pool memory
1.8.13