cell Struct Reference

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...
 

Detailed Description

memory cell structure

Definition at line 86 of file tsi_malloc_intern.h.

Member Data Documentation

◆ flags

unsigned cell::flags

cell state flag

Definition at line 88 of file tsi_malloc_intern.h.

◆ next_offset

uintptr_t cell::next_offset

Next cell offset.

Definition at line 89 of file tsi_malloc_intern.h.

◆ size

int cell::size

cell size

Definition at line 87 of file tsi_malloc_intern.h.


The documentation for this struct was generated from the following file: