Home
last modified time | relevance | path

Searched refs:memp_malloc_pool (Results 1 - 3 of 3) sorted by relevance

/third_party/lwip/src/include/lwip/priv/
H A Dmemp_priv.h151 #define memp_malloc_pool(d) memp_malloc_pool_fn((d), __FILE__, __LINE__) macro
153 void *memp_malloc_pool(const struct memp_desc *desc);
/third_party/lwip/src/include/lwip/
H A Dmemp.h122 #define LWIP_MEMPOOL_ALLOC(name) memp_malloc_pool(&memp_ ## name)
/third_party/lwip/src/core/
H A Dmemp.c170 * Related functions: memp_malloc_pool, memp_free_pool
311 memp_malloc_pool(const struct memp_desc *desc) in memp_malloc_pool() function

Completed in 2 milliseconds