The Pedigree Project
0.1
|
#include <memp_priv.h>
Public Attributes | |
u16_t | size |
u16_t | num |
u8_t * | base |
struct memp ** | tab |
Memory pool descriptor
Definition at line 149 of file memp_priv.h.
u8_t* memp_desc::base |
u16_t memp_desc::num |
u16_t memp_desc::size |
Element size
Definition at line 160 of file memp_priv.h.
Referenced by memp_init(), and memp_init_pool().
struct memp** memp_desc::tab |
First free element of each pool. Elements form a linked list.
Definition at line 170 of file memp_priv.h.
Referenced by memp_free(), memp_init(), memp_init_pool(), and memp_malloc().