Home
last modified time | relevance | path

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

/art/runtime/gc/allocator/
Drosalloc.cc840 std::string RosAlloc::Run::FreeListToStr(SlotFreeList<kUseTail>* free_list) { in FreeListToStr() function in art::gc::allocator::RosAlloc::Run
867 << " free_list=" << FreeListToStr(&free_list_) in Dump()
868 << " bulk_free_list=" << FreeListToStr(&bulk_free_list_) in Dump()
869 << " thread_local_list=" << FreeListToStr(&thread_local_free_list_) in Dump()
Drosalloc.h466 std::string FreeListToStr(SlotFreeList<kUseTail>* free_list);