Searched refs:alloc (Results 1 – 1 of 1) sorted by relevance
224 u16_t alloc = length; in tcp_pbuf_prealloc() local232 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