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 48 of file malloc.c.


Field Documentation

Size of this block.

Definition at line 50 of file malloc.c.

Referenced by realloc().

Remaining data.

Definition at line 52 of file malloc.c.

Referenced by realloc(), and zalloc().


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

Generated on Tue Apr 6 20:02:02 2010 for gPXE by  doxygen 1.5.7.1