memory cell structure More...
#include <tsi_malloc_intern.h>
Public Attributes | |
int | size |
unsigned | flags |
uintptr_t | next_offset |
memory cell structure
Definition at line 46 of file tsi_malloc_intern.h.
unsigned cell::flags |
cell state flag
Definition at line 48 of file tsi_malloc_intern.h.
uintptr_t cell::next_offset |
Next cell offset
Definition at line 49 of file tsi_malloc_intern.h.
int cell::size |
cell size
Definition at line 47 of file tsi_malloc_intern.h.