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

/art/runtime/gc/allocator/
H A Drosalloc.h361 SlotFreeList<true> thread_local_free_list_; member in class:art::gc::allocator::RosAlloc::Run
390 return &thread_local_free_list_;
445 return thread_local_free_list_.Size() == 0;
H A Drosalloc.cc867 << " thread_local_list=" << FreeListToStr(&thread_local_free_list_)
891 bool thread_local_free_list_size = thread_local_free_list_.Size();
893 free_list_.Merge(&thread_local_free_list_);
911 thread_local_free_list_.Merge(&bulk_free_list_);
916 AddToFreeListShared(ptr, &thread_local_free_list_, __FUNCTION__);
982 for (Slot* slot = thread_local_free_list_.Head(); slot != nullptr; slot = slot->Next()) {
1956 for (Slot* slot = thread_local_free_list_.Head(); slot != nullptr; slot = slot->Next()) {

Completed in 67 milliseconds