Home
last modified time | relevance | path

Searched refs:pbuf_pool_small (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/
A Dpbuf.h247 struct pbuf *pbuf_alloc_ext(pbuf_layer layer, u16_t length, pbuf_type type, u8_t pbuf_pool_small);
/AliOS-Things-master/components/lwip/lwip2.0.0/core/
A Dpbuf.c257 pbuf_alloc_ext(pbuf_layer layer, u16_t length, pbuf_type type, u8_t pbuf_pool_small) in pbuf_alloc_ext() argument
321 p = (struct pbuf *)memp_malloc(pbuf_pool_small ? MEMP_PBUF_POOL_SMALL : MEMP_PBUF_POOL); in pbuf_alloc_ext()
343 if (pbuf_pool_small) { in pbuf_alloc_ext()
466 if (pbuf_pool_small) in pbuf_alloc_ext()

Completed in 4 milliseconds