Searched refs:lfree (Results 1 – 2 of 2) sorted by relevance
191 static struct mem *lfree; variable251 if (lfree == nmem) { in plug_holes()252 lfree = mem; in plug_holes()262 if (lfree == mem) { in plug_holes()263 lfree = pmem; in plug_holes()295 lfree = (struct mem *)(void *)ram; in mem_init()343 if (mem < lfree) { in mem_free()345 lfree = mem; in mem_free()429 if (lfree == mem2) { in mem_trim()430 lfree = (struct mem *)(void *)&ram[ptr2]; in mem_trim()[all …]
2210 * mem.c: lfree was not updated in mem_realloc!