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

/openbsd-current/gnu/llvm/libcxx/src/
H A Ddebug.cpp160 __c_node** cbeg = static_cast<__c_node**>(calloc(nc, sizeof(__c_node*))); local
161 if (cbeg == nullptr)
171 q->__next_ = cbeg[h];
172 cbeg[h] = q;
177 __cbeg_ = cbeg;

Completed in 57 milliseconds