Classes

struct  cell
 memory cell structure More...
 
struct  pool
 memory pool structure More...
 

Typedefs

typedef struct cell cell_t
 memory cell structure More...
 
typedef struct pool pool_t
 memory pool structure More...
 

Variables

static const int cell_t_size = (ALIGN((int)sizeof(cell_t)))
 size of memory cell structure More...
 

Detailed Description

Typedef Documentation

◆ cell_t

typedef struct cell cell_t

memory cell structure

◆ pool_t

typedef struct pool pool_t

memory pool structure

Variable Documentation

◆ cell_t_size

const int cell_t_size = (ALIGN((int)sizeof(cell_t)))
static

size of memory cell structure

Definition at line 55 of file tsi_malloc_intern.h.