Searched refs:cbeg (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/libcxx/src/
H A Ddebug.cpp179 __c_node** cbeg = static_cast<__c_node**>(calloc(nc, sizeof(__c_node*))); local
180 if (cbeg == nullptr)
190 q->__next_ = cbeg[h];
191 cbeg[h] = q;
196 __cbeg_ = cbeg;

Completed in 127 milliseconds