Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Drosalloc_space.h123 void LogFragmentationAllocFailure(std::ostream& os, size_t failed_alloc_bytes) OVERRIDE { in LogFragmentationAllocFailure() function
124 rosalloc_->LogFragmentationAllocFailure(os, failed_alloc_bytes); in LogFragmentationAllocFailure()
Dzygote_space.h77 void LogFragmentationAllocFailure(std::ostream& os, size_t failed_alloc_bytes) OVERRIDE
Dzygote_space.cc99 void ZygoteSpace::LogFragmentationAllocFailure(std::ostream& /*os*/, in LogFragmentationAllocFailure() function in art::gc::space::ZygoteSpace
Ddlmalloc_space.h127 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.h90 void LogFragmentationAllocFailure(std::ostream& os, size_t failed_alloc_bytes) OVERRIDE
Dbump_pointer_space.cc261 void BumpPointerSpace::LogFragmentationAllocFailure(std::ostream& os, in LogFragmentationAllocFailure() function in art::gc::space::BumpPointerSpace
Dspace.h226 virtual void LogFragmentationAllocFailure(std::ostream& os, size_t failed_alloc_bytes) = 0;
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.h595 void LogFragmentationAllocFailure(std::ostream& os, size_t failed_alloc_bytes);
Drosalloc.cc2188 void RosAlloc::LogFragmentationAllocFailure(std::ostream& os, size_t failed_alloc_bytes) { in LogFragmentationAllocFailure() function in art::gc::allocator::RosAlloc
/art/runtime/gc/
Dheap.cc952 space->LogFragmentationAllocFailure(oss, byte_count); in ThrowOutOfMemoryError()