Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/gabi++/src/
Dcxxabi.cc109 free_items_ = NULL; in InitExplicit()
131 if (!free_items_ && !AllocateSlab()) in Alloc()
134 FreeItem* item = free_items_; in Alloc()
135 free_items_ = item->next; in Alloc()
146 item->next = free_items_; in Release()
147 free_items_ = item; in Release()
165 FreeItem** pparent = &free_items_; in AllocateSlab()
187 FreeItem* free_items_; // Linked list of free items. member in __anonec9939a20111::PageBasedAllocator