iPXE
autosized_block Struct Reference

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

Data Fields

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

Detailed Description

A block of allocated memory complete with size information.

Definition at line 70 of file malloc.c.

Field Documentation

◆ size

size_t autosized_block::size

Size of this block.

Definition at line 72 of file malloc.c.

Referenced by heap_realloc().

◆ data

char autosized_block::data[0]

Remaining data.

Definition at line 74 of file malloc.c.

Referenced by heap_realloc().


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