Home
last modified time | relevance | path

Searched refs:LogFragmentationAllocFailure (Results 1 – 15 of 15) sorted by relevance

/art/runtime/gc/space/
Dzygote_space.h82 bool LogFragmentationAllocFailure(std::ostream& os, size_t failed_alloc_bytes) override
Drosalloc_space.h155 bool LogFragmentationAllocFailure(std::ostream& os, size_t failed_alloc_bytes) override { in LogFragmentationAllocFailure() function
156 return rosalloc_->LogFragmentationAllocFailure(os, failed_alloc_bytes); in LogFragmentationAllocFailure()
Dzygote_space.cc112 bool ZygoteSpace::LogFragmentationAllocFailure(std::ostream&, size_t) { in LogFragmentationAllocFailure() function in art::gc::space::ZygoteSpace
Ddlmalloc_space.h152 bool LogFragmentationAllocFailure(std::ostream& os, size_t failed_alloc_bytes) override
Dbump_pointer_space.h165 bool LogFragmentationAllocFailure(std::ostream& os, size_t failed_alloc_bytes) override
Dlarge_object_space.h104 bool LogFragmentationAllocFailure(std::ostream& os, size_t failed_alloc_bytes) override
Dspace.h249 virtual bool LogFragmentationAllocFailure(std::ostream& os, size_t failed_alloc_bytes) = 0;
Dbump_pointer_space.cc239 bool BumpPointerSpace::LogFragmentationAllocFailure(std::ostream& os, in LogFragmentationAllocFailure() function in art::gc::space::BumpPointerSpace
Ddlmalloc_space.cc419 bool DlMallocSpace::LogFragmentationAllocFailure(std::ostream& os, in LogFragmentationAllocFailure() function in art::gc::space::DlMallocSpace
Dregion_space.h230 EXPORT bool LogFragmentationAllocFailure(std::ostream& os, size_t failed_alloc_bytes) override
Dlarge_object_space.cc679 bool LargeObjectSpace::LogFragmentationAllocFailure(std::ostream& /*os*/, in LogFragmentationAllocFailure() function in art::gc::space::LargeObjectSpace
Dregion_space.cc720 bool RegionSpace::LogFragmentationAllocFailure(std::ostream& os, in LogFragmentationAllocFailure() function in art::gc::space::RegionSpace
/art/runtime/gc/allocator/
Drosalloc.h934 bool LogFragmentationAllocFailure(std::ostream& os, size_t failed_alloc_bytes)
Drosalloc.cc2065 bool RosAlloc::LogFragmentationAllocFailure(std::ostream& os, size_t failed_alloc_bytes) { in LogFragmentationAllocFailure() function in art::gc::allocator::RosAlloc
/art/runtime/gc/
Dheap.cc1545 if (!space->LogFragmentationAllocFailure(oss, byte_count)) { in ThrowOutOfMemoryError()