Searched defs:LogFragmentationAllocFailure (Results 1 – 7 of 7) sorted by relevance
155 bool LogFragmentationAllocFailure(std::ostream& os, size_t failed_alloc_bytes) override { in LogFragmentationAllocFailure() function
112 bool ZygoteSpace::LogFragmentationAllocFailure(std::ostream&, size_t) { in LogFragmentationAllocFailure() function in art::gc::space::ZygoteSpace
239 bool BumpPointerSpace::LogFragmentationAllocFailure(std::ostream& os, in LogFragmentationAllocFailure() function in art::gc::space::BumpPointerSpace
419 bool DlMallocSpace::LogFragmentationAllocFailure(std::ostream& os, in LogFragmentationAllocFailure() function in art::gc::space::DlMallocSpace
720 bool RegionSpace::LogFragmentationAllocFailure(std::ostream& os, in LogFragmentationAllocFailure() function in art::gc::space::RegionSpace
679 bool LargeObjectSpace::LogFragmentationAllocFailure(std::ostream& /*os*/, in LogFragmentationAllocFailure() function in art::gc::space::LargeObjectSpace
2065 bool RosAlloc::LogFragmentationAllocFailure(std::ostream& os, size_t failed_alloc_bytes) { in LogFragmentationAllocFailure() function in art::gc::allocator::RosAlloc