Home
last modified time | relevance | path

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

/external/lib/lwip/core/
A Dmem.c593 struct mem *cur = lfree; in mem_malloc() local
595 while (cur->used && cur != ram_end) { in mem_malloc()
607 cur = (struct mem *)(void *)&ram[cur->next]; in mem_malloc()
609 lfree = cur; in mem_malloc()

Completed in 3 milliseconds