Home
last modified time | relevance | path

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

/lib/liblwip/src/core/
Dmem.c189 static struct mem *ram_end; variable
242 LWIP_ASSERT("plug_holes: mem < ram_end", (u8_t *)mem < (u8_t *)ram_end); in plug_holes()
249 if (mem != nmem && nmem->used == 0 && (u8_t *)nmem != (u8_t *)ram_end) { in plug_holes()
289 ram_end = (struct mem *)(void *)&ram[MEM_SIZE_ALIGNED]; in mem_init()
290 ram_end->used = 1; in mem_init()
291 ram_end->next = MEM_SIZE_ALIGNED; in mem_init()
292 ram_end->prev = MEM_SIZE_ALIGNED; in mem_init()
323 (u8_t *)rmem < (u8_t *)ram_end); in mem_free()
325 if ((u8_t *)rmem < (u8_t *)ram || (u8_t *)rmem >= (u8_t *)ram_end) { in mem_free()
391 (u8_t *)rmem < (u8_t *)ram_end); in mem_trim()
[all …]