Searched refs:LogFragmentationAllocFailure (Results 1 – 15 of 15) sorted by relevance
/art/runtime/gc/space/ |
D | rosalloc_space.h | 143 void LogFragmentationAllocFailure(std::ostream& os, size_t failed_alloc_bytes) OVERRIDE { in LogFragmentationAllocFailure() function 144 rosalloc_->LogFragmentationAllocFailure(os, failed_alloc_bytes); in LogFragmentationAllocFailure()
|
D | zygote_space.h | 79 void LogFragmentationAllocFailure(std::ostream& os, size_t failed_alloc_bytes) OVERRIDE
|
D | zygote_space.cc | 100 void ZygoteSpace::LogFragmentationAllocFailure(std::ostream&, size_t) { in LogFragmentationAllocFailure() function in art::gc::space::ZygoteSpace
|
D | dlmalloc_space.h | 138 void LogFragmentationAllocFailure(std::ostream& os, size_t failed_alloc_bytes) OVERRIDE
|
D | bump_pointer_space.h | 154 void LogFragmentationAllocFailure(std::ostream& os, size_t failed_alloc_bytes) OVERRIDE
|
D | large_object_space.h | 98 void LogFragmentationAllocFailure(std::ostream& os, size_t failed_alloc_bytes) OVERRIDE
|
D | bump_pointer_space.cc | 266 void BumpPointerSpace::LogFragmentationAllocFailure(std::ostream& os, in LogFragmentationAllocFailure() function in art::gc::space::BumpPointerSpace
|
D | space.h | 247 virtual void LogFragmentationAllocFailure(std::ostream& os, size_t failed_alloc_bytes) = 0;
|
D | dlmalloc_space.cc | 301 void DlMallocSpace::LogFragmentationAllocFailure(std::ostream& os, size_t failed_alloc_bytes) { in LogFragmentationAllocFailure() function in art::gc::space::DlMallocSpace
|
D | region_space.cc | 230 void RegionSpace::LogFragmentationAllocFailure(std::ostream& os, in LogFragmentationAllocFailure() function in art::gc::space::RegionSpace
|
D | region_space.h | 163 void LogFragmentationAllocFailure(std::ostream& os, size_t failed_alloc_bytes) OVERRIDE
|
D | large_object_space.cc | 609 void LargeObjectSpace::LogFragmentationAllocFailure(std::ostream& /*os*/, in LogFragmentationAllocFailure() function in art::gc::space::LargeObjectSpace
|
/art/runtime/gc/allocator/ |
D | rosalloc.h | 652 void LogFragmentationAllocFailure(std::ostream& os, size_t failed_alloc_bytes);
|
D | rosalloc.cc | 2222 void RosAlloc::LogFragmentationAllocFailure(std::ostream& os, size_t failed_alloc_bytes) { in LogFragmentationAllocFailure() function in art::gc::allocator::RosAlloc
|
/art/runtime/gc/ |
D | heap.cc | 1159 space->LogFragmentationAllocFailure(oss, byte_count); in ThrowOutOfMemoryError()
|