Home
last modified time | relevance | path

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

/lk-master/external/lib/lwip/core/
A 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()

Completed in 5 milliseconds