mpool memory area descriptor. More...

Data Fields | |
| struct _mpool_hdr * | next |
| Pointer to next item in the list. | |
| void * | next_obj |
| Pointer to next available object. | |
| uint8_t | data [0] |
| Data up to the slab_size. | |
mpool memory area descriptor.
Definition at line 36 of file mpool.c.
| uint8_t _mpool_hdr::data[0] |
| struct _mpool_hdr* _mpool_hdr::next |
Pointer to next item in the list.
Definition at line 38 of file mpool.c.
Referenced by mpool_free().
| void* _mpool_hdr::next_obj |
Pointer to next available object.
Definition at line 40 of file mpool.c.
Referenced by mpool_alloc().
1.6.3