Home
last modified time | relevance | path

Searched defs:memp_malloc_pool (Results 1 – 2 of 2) sorted by relevance

/third_party/lwip/src/core/
Dmemp.c311 memp_malloc_pool(const struct memp_desc *desc) in memp_malloc_pool() function
/third_party/lwip/src/include/lwip/priv/
Dmemp_priv.h151 #define memp_malloc_pool(d) memp_malloc_pool_fn((d), __FILE__, __LINE__) macro