Searched refs:cbeg (Results 1 – 2 of 2) sorted by relevance
145 __c_node** cbeg = static_cast<__c_node**>(calloc(nc, sizeof(void*))); in __insert_c() local146 if (cbeg == nullptr) in __insert_c()159 q->__next_ = cbeg[h]; in __insert_c()160 cbeg[h] = q; in __insert_c()165 __cbeg_ = cbeg; in __insert_c()
310 MemCellHdr cbeg, cmid, cend; in os_init_mem_block() local315 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()[all …]