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

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

Completed in 1147 milliseconds