Home
last modified time | relevance | path

Searched refs:pparent (Results 1 – 1 of 1) sorted by relevance

/ndk/sources/cxx-stl/gabi++/src/
Dcxxabi.cc165 FreeItem** pparent = &free_items_; in AllocateSlab() local
168 *pparent = item; in AllocateSlab()
169 pparent = &item->next; in AllocateSlab()
172 *pparent = NULL; in AllocateSlab()