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
The documentation for this struct was generated from the following file: