Searched refs:ram (Results 1 – 2 of 2) sorted by relevance
187 static u8_t *ram; variable241 LWIP_ASSERT("plug_holes: mem >= ram", (u8_t *)mem >= ram); in plug_holes()248 nmem = (struct mem *)(void *)&ram[mem->next]; in plug_holes()255 ((struct mem *)(void *)&ram[nmem->next])->prev = (mem_size_t)((u8_t *)mem - ram); in plug_holes()259 pmem = (struct mem *)(void *)&ram[mem->prev]; in plug_holes()266 ((struct mem *)(void *)&ram[mem->next])->prev = (mem_size_t)((u8_t *)pmem - ram); in plug_holes()282 ram = (u8_t *)LWIP_MEM_ALIGN(LWIP_RAM_HEAP_POINTER); in mem_init()284 mem = (struct mem *)(void *)ram; in mem_init()289 ram_end = (struct mem *)(void *)&ram[MEM_SIZE_ALIGNED]; in mem_init()295 lfree = (struct mem *)(void *)ram; in mem_init()[all …]
1578 are the one which have ram usage.