|
design_pattern_for_c
V 1.00
|

Data Fields | |
| struct maloc_data_t * | next |
| struct maloc_data_t * | prev |
| int | used |
| void * | mem |
Definition at line 38 of file memorypool.c.
| void* mem |
Definition at line 42 of file memorypool.c.
| struct maloc_data_t* next |
Definition at line 39 of file memorypool.c.
| struct maloc_data_t* prev |
Definition at line 40 of file memorypool.c.
| int used |
Definition at line 41 of file memorypool.c.