Collaboration diagram for Structure: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... | |
size of memory cell structure
Definition at line 95 of file tsi_malloc_intern.h.