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

/openbsd-current/gnu/llvm/libcxx/src/
H A Ddebug.cpp497 __i_node** ibeg = static_cast<__i_node**>(calloc(nc, sizeof(__i_node*))); local
498 if (ibeg == nullptr)
508 q->__next_ = ibeg[h];
509 ibeg[h] = q;
514 __ibeg_ = ibeg;

Completed in 68 milliseconds