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.cc114 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.h164 bool LogFragmentationAllocFailure(std::ostream& os, size_t failed_alloc_bytes) override
Dbump_pointer_space.cc223 bool BumpPointerSpace::LogFragmentationAllocFailure(std::ostream& os, in LogFragmentationAllocFailure() function in art::gc::space::BumpPointerSpace
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;
Ddlmalloc_space.cc362 bool DlMallocSpace::LogFragmentationAllocFailure(std::ostream& os, in LogFragmentationAllocFailure() function in art::gc::space::DlMallocSpace
Dregion_space.h230 bool LogFragmentationAllocFailure(std::ostream& os, size_t failed_alloc_bytes) override
Dlarge_object_space.cc644 bool LargeObjectSpace::LogFragmentationAllocFailure(std::ostream& /*os*/, in LogFragmentationAllocFailure() function in art::gc::space::LargeObjectSpace
Dregion_space.cc725 bool RegionSpace::LogFragmentationAllocFailure(std::ostream& os, in LogFragmentationAllocFailure() function in art::gc::space::RegionSpace
/art/runtime/gc/allocator/
Drosalloc.h932 bool LogFragmentationAllocFailure(std::ostream& os, size_t failed_alloc_bytes)
Drosalloc.cc2072 bool RosAlloc::LogFragmentationAllocFailure(std::ostream& os, size_t failed_alloc_bytes) { in LogFragmentationAllocFailure() function in art::gc::allocator::RosAlloc
/art/runtime/gc/
Dheap.cc1458 if (!space->LogFragmentationAllocFailure(oss, byte_count)) { in ThrowOutOfMemoryError()