memory cell structure More...
#include <roxml-types.h>
Data Fields | |
int | type |
int | occ |
void * | ptr |
pthread_t | id |
struct memory_cell * | next |
struct memory_cell * | prev |
memory cell structure
This is the structure for a memory cell. It contains the pointer info and type. It also contains the caller id so that it can free without reference to a specific pointer
Definition at line 44 of file roxml-types.h.
pthread_t memory_cell_t::id |
thread id of allocator
Definition at line 48 of file roxml-types.h.
struct memory_cell* memory_cell_t::next |
next memory cell
Definition at line 49 of file roxml-types.h.
number of element
Definition at line 46 of file roxml-types.h.
struct memory_cell* memory_cell_t::prev |
prev memory cell
Definition at line 50 of file roxml-types.h.
void* memory_cell_t::ptr |
pointer
Definition at line 47 of file roxml-types.h.
pointer type from PTR_NODE, PTR_CHAR...
Definition at line 45 of file roxml-types.h.