Searched defs:m_pool (Results 1 – 2 of 2) sorted by relevance
586 typedef struct m_pool { /* Memory pool of a given kind */ struct589 m_addr_t (*getp)(struct m_pool *); argument590 void (*freep)(struct m_pool *, m_addr_t); argument597 struct m_pool *next; argument603 } m_pool_s; argument
779 typedef struct m_pool { /* Memory pool of a given kind */ struct782 m_addr_t (*getp)(struct m_pool *); argument783 void (*freep)(struct m_pool *, m_addr_t); argument790 struct m_pool *next; argument796 } m_pool_s; argument