Home
last modified time | relevance | path

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

/minix3/minix/lib/liblwip/dist/src/core/
H A Dmemp.c360 memp_malloc_pool(const struct memp_desc *desc) in memp_malloc_pool() function
/minix3/minix/lib/liblwip/dist/src/include/lwip/priv/
H A Dmemp_priv.h173 #define memp_malloc_pool(d) memp_malloc_pool_fn((d), __FILE__, __LINE__) macro