Home
last modified time | relevance | path

Searched defs:LogFragmentationAllocFailure (Results 1 – 6 of 6) sorted by relevance

/art/runtime/gc/space/
Drosalloc_space.h123 void LogFragmentationAllocFailure(std::ostream& os, size_t failed_alloc_bytes) OVERRIDE { in LogFragmentationAllocFailure() function
Dzygote_space.cc99 void ZygoteSpace::LogFragmentationAllocFailure(std::ostream& /*os*/, in LogFragmentationAllocFailure() function in art::gc::space::ZygoteSpace
Dbump_pointer_space.cc261 void BumpPointerSpace::LogFragmentationAllocFailure(std::ostream& os, in LogFragmentationAllocFailure() function in art::gc::space::BumpPointerSpace
Ddlmalloc_space.cc316 void DlMallocSpace::LogFragmentationAllocFailure(std::ostream& os, size_t failed_alloc_bytes) { in LogFragmentationAllocFailure() function in art::gc::space::DlMallocSpace
Dlarge_object_space.cc524 void LargeObjectSpace::LogFragmentationAllocFailure(std::ostream& /*os*/, in LogFragmentationAllocFailure() function in art::gc::space::LargeObjectSpace
/art/runtime/gc/allocator/
Drosalloc.cc2188 void RosAlloc::LogFragmentationAllocFailure(std::ostream& os, size_t failed_alloc_bytes) { in LogFragmentationAllocFailure() function in art::gc::allocator::RosAlloc