Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/gc/space/
H A Drosalloc_space.h155 bool LogFragmentationAllocFailure(std::ostream& os, size_t failed_alloc_bytes) override { in LogFragmentationAllocFailure() function
H A Dzygote_space.cc112 bool ZygoteSpace::LogFragmentationAllocFailure(std::ostream&, size_t) { in LogFragmentationAllocFailure() function in art::gc::space::ZygoteSpace
H A Dbump_pointer_space.cc239 bool BumpPointerSpace::LogFragmentationAllocFailure(std::ostream& os, in LogFragmentationAllocFailure() function in art::gc::space::BumpPointerSpace
H A Ddlmalloc_space.cc419 bool DlMallocSpace::LogFragmentationAllocFailure(std::ostream& os, in LogFragmentationAllocFailure() function in art::gc::space::DlMallocSpace
H A Dregion_space.cc720 bool RegionSpace::LogFragmentationAllocFailure(std::ostream& os, in LogFragmentationAllocFailure() function in art::gc::space::RegionSpace
H A Dlarge_object_space.cc679 bool LargeObjectSpace::LogFragmentationAllocFailure(std::ostream& /*os*/, in LogFragmentationAllocFailure() function in art::gc::space::LargeObjectSpace
/aosp_15_r20/art/runtime/gc/allocator/
H A Drosalloc.cc2065 bool RosAlloc::LogFragmentationAllocFailure(std::ostream& os, size_t failed_alloc_bytes) { in LogFragmentationAllocFailure() function in art::gc::allocator::RosAlloc