memory cell structure More...
#include <tsi_malloc_intern.h>
Public Attributes | |
| int | size |
| cell size More... | |
| unsigned | flags |
| cell state flag More... | |
| uintptr_t | next_offset |
| Next cell offset. More... | |
memory cell structure
Definition at line 86 of file tsi_malloc_intern.h.
| unsigned cell::flags |
cell state flag
Definition at line 88 of file tsi_malloc_intern.h.
| uintptr_t cell::next_offset |
Next cell offset.
Definition at line 89 of file tsi_malloc_intern.h.
| int cell::size |
cell size
Definition at line 87 of file tsi_malloc_intern.h.