Searched refs:pbuf_pool_small (Results 1 – 2 of 2) sorted by relevance
247 struct pbuf *pbuf_alloc_ext(pbuf_layer layer, u16_t length, pbuf_type type, u8_t pbuf_pool_small);
257 pbuf_alloc_ext(pbuf_layer layer, u16_t length, pbuf_type type, u8_t pbuf_pool_small) in pbuf_alloc_ext() argument321 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