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

/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
H A Ddebug.cpp502 __i_node** ibeg = static_cast<__i_node**>(calloc(nc, sizeof(void*))); local
503 if (ibeg == nullptr)
516 q->__next_ = ibeg[h];
517 ibeg[h] = q;
522 __ibeg_ = ibeg;

Completed in 202 milliseconds