Home
last modified time | relevance | path

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

/lib/liblwip/src/core/
Dtcp_out.c224 u16_t alloc = length; in tcp_pbuf_prealloc() local
232 alloc = max_length; in tcp_pbuf_prealloc()
251 alloc = LWIP_MIN(max_length, LWIP_MEM_ALIGN_SIZE(length + TCP_OVERSIZE)); in tcp_pbuf_prealloc()
255 p = pbuf_alloc(layer, alloc, PBUF_RAM); in tcp_pbuf_prealloc()
/lib/liblwip/
DCHANGELOG2007 string, point on one of your's ethernetif field, or alloc a string you will free yourself).