sym_m_pool
void * (*get_mem_cluster)(struct sym_m_pool *);
void (*free_mem_cluster)(struct sym_m_pool *, void *);
struct sym_m_pool *next;
static struct sym_m_pool mp0 = {