|
0.3.1
|
Not yet documented. More...
Data Fields | |
| memb_type_t | type |
| Type of MEMB. | |
| size_t | size |
| Size (in bytes) of a unit block. | |
| uint32_t | count |
| Number of unit blocks in the block pool. | |
| memb_ref_t * | refs |
| Reference array. | |
| uint32_t | next_index |
| Index to next unreferenced block. | |
| uint32_t | alloc_count |
| Number of allocated unit blocks. | |
| void * | pool |
| Not yet documented. | |
| void(* | free )(void *p) |
| Not yet documented. | |
Not yet documented.