Lines Matching full:_cell
120 static _Cell *binsFirstFreeCell[NUM_MEM_BINS+1] = {0};
190 memset(binsFirstFreeCell, 0, sizeof(_Cell*)*(NUM_MEM_BINS + 1));
245 int _OK_Cell(_Cell *p)
272 _Cell *q;
295 static _Cell **findmem(psize_t size)
297 _Cell *q, **qb;
326 if ((q = (_Cell *)_Getmem(bs)) != 0)
342 _Cell *q, **qb;
411 *qb = (_Cell *)((char *)q + size);
441 register _Cell *q;
457 q = (_Cell *)((char *)ptr - CELL_OFF);
476 register _Cell *qp = _Aldata._Head;
478 register _Cell *nextCell;
480 _Cell *savedQp;
491 _Cell *firstFreeInBin = binsFirstFreeCell[binNum];
553 _Cell *firstFree = binsFirstFreeCell[binNum];