check_cell        106 core/suba.c            cell* c = check_cell(suba, &suba->head, "suba_getmeminfo", __LINE__);
check_cell        112 core/suba.c                c = check_cell(suba, c->next, "suba_getmeminfo", __LINE__);
check_cell        171 core/suba.c        cell* c = check_cell(suba, &suba->head, "check_stats", __LINE__);
check_cell        177 core/suba.c            c = check_cell(suba, c->next, "check_stats", __LINE__);
check_cell        215 core/suba.c                cell* c = check_cell(suba, &suba->head, "suba_getmeminfo", __LINE__);
check_cell        219 core/suba.c                    c = check_cell(suba, c->next, "suba_getmeminfo", __LINE__);
check_cell        319 core/suba.c            this_cell = check_cell(suba, prev_cell->next, "suba_alloc", __LINE__);
check_cell        322 core/suba.c                this_cell = check_cell(suba, this_cell->next, "suba_alloc", __LINE__);
check_cell        380 core/suba.c        check_cell(suba, this_cell, "suba_free", __LINE__);
check_cell        398 core/suba.c                prev_cell = check_cell(suba, prev_cell->next, "suba_free", __LINE__);
check_cell        400 core/suba.c            cell* next_cell = check_cell(suba, prev_cell->next, "suba_free", __LINE__);