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

/external/libcxx/src/
H A Ddebug.cpp462 __i_node** ibeg = static_cast<__i_node**>(calloc(nc, sizeof(void*))); local
463 if (ibeg == nullptr)
476 q->__next_ = ibeg[h];
477 ibeg[h] = q;
482 __ibeg_ = ibeg;

Completed in 88 milliseconds