Searched refs:memp_malloc_pool (Results 1 – 6 of 6) sorted by relevance
151 #define memp_malloc_pool(d) memp_malloc_pool_fn((d), __FILE__, __LINE__) macro153 void *memp_malloc_pool(const struct memp_desc *desc);
173 #define memp_malloc_pool(d) memp_malloc_pool_fn((d), __FILE__, __LINE__) macro175 void *memp_malloc_pool(const struct memp_desc *desc);
120 #define LWIP_MEMPOOL_ALLOC(name) memp_malloc_pool(&memp_ ## name)
122 #define LWIP_MEMPOOL_ALLOC(name) memp_malloc_pool(&memp_ ## name)
311 memp_malloc_pool(const struct memp_desc *desc) in memp_malloc_pool() function
359 memp_malloc_pool(const struct memp_desc *desc) in memp_malloc_pool() function