| UbixOS V2
    2.0
    | 
#include <memp_priv.h>

| Data Fields | |
| u8_t * | base | 
| u16_t | num | 
| u16_t | size | 
| struct memp ** | tab | 
Memory pool descriptor
Definition at line 130 of file memp_priv.h.
| u8_t* memp_desc::base | 
| u16_t memp_desc::num | 
| u16_t memp_desc::size | 
| struct memp** memp_desc::tab | 
First free element of each pool. Elements form a linked list.
Definition at line 151 of file memp_priv.h.
Referenced by memp_free(), and memp_init_pool().