Home
last modified time | relevance | path

Searched refs:plug_holes (Results 1 - 1 of 1) sorted by relevance

/third_party/lwip/src/core/
H A Dmem.c474 plug_holes(struct mem *mem) in plug_holes() function
479 LWIP_ASSERT("plug_holes: mem >= ram", (u8_t *)mem >= ram); in plug_holes()
480 LWIP_ASSERT("plug_holes: mem < ram_end", (u8_t *)mem < (u8_t *)ram_end); in plug_holes()
481 LWIP_ASSERT("plug_holes: mem->used == 0", mem->used == 0); in plug_holes()
484 LWIP_ASSERT("plug_holes: mem->next <= MEM_SIZE_ALIGNED", mem->next <= MEM_SIZE_ALIGNED); in plug_holes()
680 plug_holes(mem); in mem_free()
919 * be used at this point: if not we have 2 unused structs in a row, plug_holes should have in mem_malloc()

Completed in 2 milliseconds