iPXE
Data Fields
external_memory Struct Reference

An external memory block. More...

Data Fields

size_t size
 Size of this memory block (excluding this header) More...
 
int used
 Block is currently in use. More...
 

Detailed Description

An external memory block.

Definition at line 51 of file memtop_umalloc.c.

Field Documentation

◆ size

size_t external_memory::size

Size of this memory block (excluding this header)

Definition at line 53 of file memtop_umalloc.c.

Referenced by ecollect_free(), and memtop_urealloc().

◆ used

int external_memory::used

Block is currently in use.

Definition at line 55 of file memtop_umalloc.c.

Referenced by ecollect_free(), and memtop_urealloc().


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