_mpool_hdr Struct Reference

mpool memory area descriptor. More...

Collaboration diagram for _mpool_hdr:
Collaboration graph
[legend]

Data Fields

struct _mpool_hdrnext
 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.

Detailed Description

mpool memory area descriptor.

Definition at line 36 of file mpool.c.


Field Documentation

uint8_t _mpool_hdr::data[0]

Data up to the slab_size.

Definition at line 42 of file mpool.c.

Pointer to next item in the list.

Definition at line 38 of file mpool.c.

Referenced by mpool_free().

Pointer to next available object.

Definition at line 40 of file mpool.c.

Referenced by mpool_alloc().


The documentation for this struct was generated from the following file:
Generated on Sun Jan 2 08:36:10 2011 for ccid-utils by  doxygen 1.6.3