coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
_BIOS_HEAP_MANAGER Struct Reference

#include <BiosCallOuts.h>

Collaboration diagram for _BIOS_HEAP_MANAGER:
Collaboration graph

Data Fields

UINT32 StartOfAllocatedNodes
 
UINT32 StartOfFreedNodes
 
uint32_t StartOfAllocatedNodes
 
uint32_t StartOfFreedNodes
 

Detailed Description

Definition at line 70 of file heapmanager.c.

Field Documentation

◆ StartOfAllocatedNodes [1/2]

UINT32 _BIOS_HEAP_MANAGER::StartOfAllocatedNodes

◆ StartOfAllocatedNodes [2/2]

uint32_t _BIOS_HEAP_MANAGER::StartOfAllocatedNodes

Definition at line 13 of file BiosCallOuts.h.

◆ StartOfFreedNodes [1/2]

UINT32 _BIOS_HEAP_MANAGER::StartOfFreedNodes

Definition at line 72 of file heapmanager.c.

Referenced by agesa_AllocateBuffer(), and agesa_DeallocateBuffer().

◆ StartOfFreedNodes [2/2]

uint32_t _BIOS_HEAP_MANAGER::StartOfFreedNodes

Definition at line 14 of file BiosCallOuts.h.


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