next_cell         400 core/suba.c            cell* next_cell = check_cell(suba, prev_cell->next, "suba_free", __LINE__);
next_cell         415 core/suba.c            if (ISADJ(this_cell,next_cell)) {
next_cell         416 core/suba.c                this_cell->next = next_cell->next;
next_cell         417 core/suba.c                this_cell->h.size += next_cell->h.size;