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

/freebsd-11-stable/contrib/llvm-project/libcxx/src/
H A Ddebug.cpp516 __i_node** ibeg = static_cast<__i_node**>(calloc(nc, sizeof(__i_node*))); local
517 if (ibeg == nullptr)
527 q->__next_ = ibeg[h];
528 ibeg[h] = q;
533 __ibeg_ = ibeg;

Completed in 115 milliseconds