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