Searched defs:m_pool (Results 1 – 2 of 2) sorted by relevance
212 typedef struct m_pool { /* Memory pool of a given kind */ struct214 m_addr_t (*getp)(struct m_pool *); argument215 void (*freep)(struct m_pool *, m_addr_t); argument218 struct m_pool *next; argument220 } m_pool_s; argument
217 typedef struct m_pool { /* Memory pool of a given kind */ struct219 m_addr_t (*getp)(struct m_pool *); argument220 void (*freep)(struct m_pool *, m_addr_t); argument223 struct m_pool *next; argument225 } m_pool_s; argument