iPXE
Data Fields
autosized_block Struct Reference

A block of allocated memory complete with size information. More...

Data Fields

size_t size
 Size of this block. More...
 
char data [0]
 Remaining data. More...
 

Detailed Description

A block of allocated memory complete with size information.

Definition at line 66 of file malloc.c.

Field Documentation

◆ size

size_t autosized_block::size

Size of this block.

Definition at line 68 of file malloc.c.

Referenced by realloc().

◆ data

char autosized_block::data[0]

Remaining data.

Definition at line 70 of file malloc.c.

Referenced by realloc().


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