A block of allocated memory complete with size information. More...
A block of allocated memory complete with size information.
Definition at line 67 of file malloc.c.
Size of this block.
Definition at line 69 of file malloc.c.
Referenced by realloc().
Remaining data.
Definition at line 71 of file malloc.c.