Home
last modified time | relevance | path

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

/art/runtime/gc/allocator/
Drosalloc.cc844 std::string RosAlloc::Run::FreeListToStr(SlotFreeList<kUseTail>* free_list) { in FreeListToStr() function in art::gc::allocator::RosAlloc::Run
871 << " free_list=" << FreeListToStr(&free_list_) in Dump()
872 << " bulk_free_list=" << FreeListToStr(&bulk_free_list_) in Dump()
873 << " thread_local_list=" << FreeListToStr(&thread_local_free_list_) in Dump()
Drosalloc.h465 std::string FreeListToStr(SlotFreeList<kUseTail>* free_list);