Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Drosalloc_space.h143 void LogFragmentationAllocFailure(std::ostream& os, size_t failed_alloc_bytes) OVERRIDE { in LogFragmentationAllocFailure() function
144 rosalloc_->LogFragmentationAllocFailure(os, failed_alloc_bytes); in LogFragmentationAllocFailure()
Dzygote_space.h79 void LogFragmentationAllocFailure(std::ostream& os, size_t failed_alloc_bytes) OVERRIDE
Dzygote_space.cc100 void ZygoteSpace::LogFragmentationAllocFailure(std::ostream&, size_t) { in LogFragmentationAllocFailure() function in art::gc::space::ZygoteSpace
Ddlmalloc_space.h138 void LogFragmentationAllocFailure(std::ostream& os, size_t failed_alloc_bytes) OVERRIDE
Dbump_pointer_space.h154 void LogFragmentationAllocFailure(std::ostream& os, size_t failed_alloc_bytes) OVERRIDE
Dlarge_object_space.h98 void LogFragmentationAllocFailure(std::ostream& os, size_t failed_alloc_bytes) OVERRIDE
Dbump_pointer_space.cc266 void BumpPointerSpace::LogFragmentationAllocFailure(std::ostream& os, in LogFragmentationAllocFailure() function in art::gc::space::BumpPointerSpace
Dspace.h247 virtual void LogFragmentationAllocFailure(std::ostream& os, size_t failed_alloc_bytes) = 0;
Ddlmalloc_space.cc301 void DlMallocSpace::LogFragmentationAllocFailure(std::ostream& os, size_t failed_alloc_bytes) { in LogFragmentationAllocFailure() function in art::gc::space::DlMallocSpace
Dregion_space.cc230 void RegionSpace::LogFragmentationAllocFailure(std::ostream& os, in LogFragmentationAllocFailure() function in art::gc::space::RegionSpace
Dregion_space.h163 void LogFragmentationAllocFailure(std::ostream& os, size_t failed_alloc_bytes) OVERRIDE
Dlarge_object_space.cc609 void LargeObjectSpace::LogFragmentationAllocFailure(std::ostream& /*os*/, in LogFragmentationAllocFailure() function in art::gc::space::LargeObjectSpace
/art/runtime/gc/allocator/
Drosalloc.h652 void LogFragmentationAllocFailure(std::ostream& os, size_t failed_alloc_bytes);
Drosalloc.cc2222 void RosAlloc::LogFragmentationAllocFailure(std::ostream& os, size_t failed_alloc_bytes) { in LogFragmentationAllocFailure() function in art::gc::allocator::RosAlloc
/art/runtime/gc/
Dheap.cc1159 space->LogFragmentationAllocFailure(oss, byte_count); in ThrowOutOfMemoryError()