cell Struct Reference

memory cell structure More...

#include <tsi_malloc_intern.h>

Public Attributes

int size
 
unsigned flags
 
uintptr_t next_offset
 

Detailed Description

memory cell structure

Definition at line 46 of file tsi_malloc_intern.h.

Member Data Documentation

◆ flags

unsigned cell::flags

cell state flag

Definition at line 48 of file tsi_malloc_intern.h.

◆ next_offset

uintptr_t cell::next_offset

Next cell offset

Definition at line 49 of file tsi_malloc_intern.h.

◆ size

int cell::size

cell size

Definition at line 47 of file tsi_malloc_intern.h.


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