![]() |
<libroxml
version="2.2.1"
/>
|
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 50 of file roxml-types.h.
| pthread_t memory_cell_t::id |
thread id of allocator
Definition at line 54 of file roxml-types.h.
| struct memory_cell* memory_cell_t::next |
next memory cell
Definition at line 55 of file roxml-types.h.
| int memory_cell_t::occ |
number of element
Definition at line 52 of file roxml-types.h.
| struct memory_cell* memory_cell_t::prev |
prev memory cell
Definition at line 56 of file roxml-types.h.
| void* memory_cell_t::ptr |
pointer
Definition at line 53 of file roxml-types.h.
| int memory_cell_t::type |
pointer type from PTR_NODE, PTR_CHAR...
Definition at line 51 of file roxml-types.h.
1.8.1