Home | History | Annotate | Download | only in lib

Lines Matching refs:cbeg

310     MemCellHdr cbeg, cmid, cend;
315 cbeg = (MemCellHdr) newBlockAddr;
319 cbeg->size = 0;
321 cbeg->leftCell = NULL;
323 cmid->leftCell = cbeg;
327 cbeg->nextFree = cmid;
328 cbeg->prevFree = NULL;
330 cmid->prevFree = cbeg;
333 this->freeCells = cbeg;
337 cbeg->nextFree = NULL;
338 cbeg->prevFree = NULL;
344 cbeg->prevFree = NULL;