Home
last modified time | relevance | path

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

/device/soc/esp/esp32/components/esp_lwip/lwip/src/core/
Dpbuf.c731 u8_t alloc_src; in pbuf_free() local
766 alloc_src = pbuf_get_allocsrc(p); in pbuf_free()
777 if (alloc_src == PBUF_TYPE_ALLOC_SRC_MASK_STD_MEMP_PBUF_POOL) { in pbuf_free()
780 } else if (alloc_src == PBUF_TYPE_ALLOC_SRC_MASK_STD_MEMP_PBUF) { in pbuf_free()
788 } else if (alloc_src == PBUF_TYPE_ALLOC_SRC_MASK_STD_HEAP) { in pbuf_free()