Searched defs:SlotFreeList (Results 1 - 1 of 1) sorted by relevance

/art/runtime/gc/allocator/
H A Drosalloc.h142 class SlotFreeList { class in class:art::gc::allocator::RosAlloc
144 SlotFreeList() : head_(0U), tail_(0), size_(0) {} function in class:art::gc::allocator::RosAlloc::SlotFreeList
222 // Deliberately support only a kUseTail == true SlotFreeList parameter because 1) we don't
223 // currently have a situation where we need a kUseTail == false SlotFreeList parameter, and 2)
225 // the merge if 'this' SlotFreeList has kUseTail == false, which we'd like to avoid.
226 void Merge(SlotFreeList<true>* list) {
358 SlotFreeList<false> free_list_;
359 SlotFreeList<true> bulk_free_list_;
360 SlotFreeList<true> thread_local_free_list_;
382 SlotFreeList<fals
[all...]

Completed in 4 milliseconds