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