Home
last modified time | relevance | path

Searched refs:memp_malloc_pool (Results 1 – 5 of 5) sorted by relevance

/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/priv/
A Dmemp_priv.h173 #define memp_malloc_pool(d) memp_malloc_pool_fn((d), __FILE__, __LINE__) macro
175 void *memp_malloc_pool(const struct memp_desc *desc);
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/lwip/priv/
A Dmemp_priv.h173 #define memp_malloc_pool(d) memp_malloc_pool_fn((d), __FILE__, __LINE__) macro
175 void *memp_malloc_pool(const struct memp_desc *desc);
/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/
A Dmemp.h120 #define LWIP_MEMPOOL_ALLOC(name) memp_malloc_pool(&memp_ ## name)
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/lwip/
A Dmemp.h120 #define LWIP_MEMPOOL_ALLOC(name) memp_malloc_pool(&memp_ ## name)
/AliOS-Things-master/components/lwip/lwip2.0.0/core/
A Dmemp.c356 memp_malloc_pool(const struct memp_desc *desc) in memp_malloc_pool() function

Completed in 9 milliseconds