HomeSort by relevance Sort by last modified time
    Searched refs:LogFragmentationAllocFailure (Results 1 - 13 of 13) sorted by null

  /art/runtime/gc/space/
zygote_space.h 77 void LogFragmentationAllocFailure(std::ostream& os, size_t failed_alloc_bytes) OVERRIDE
rosalloc_space.h 123 void LogFragmentationAllocFailure(std::ostream& os, size_t failed_alloc_bytes) OVERRIDE {
124 rosalloc_->LogFragmentationAllocFailure(os, failed_alloc_bytes);
bump_pointer_space.h 154 void LogFragmentationAllocFailure(std::ostream& os, size_t failed_alloc_bytes) OVERRIDE
dlmalloc_space.h 127 void LogFragmentationAllocFailure(std::ostream& os, size_t failed_alloc_bytes) OVERRIDE
zygote_space.cc 99 void ZygoteSpace::LogFragmentationAllocFailure(std::ostream& /*os*/,
large_object_space.h 90 void LogFragmentationAllocFailure(std::ostream& os, size_t failed_alloc_bytes) OVERRIDE
space.h 226 virtual void LogFragmentationAllocFailure(std::ostream& os, size_t failed_alloc_bytes) = 0;
bump_pointer_space.cc 261 void BumpPointerSpace::LogFragmentationAllocFailure(std::ostream& os,
dlmalloc_space.cc 316 void DlMallocSpace::LogFragmentationAllocFailure(std::ostream& os, size_t failed_alloc_bytes) {
large_object_space.cc 524 void LargeObjectSpace::LogFragmentationAllocFailure(std::ostream& /*os*/,
  /art/runtime/gc/allocator/
rosalloc.h 595 void LogFragmentationAllocFailure(std::ostream& os, size_t failed_alloc_bytes);
rosalloc.cc     [all...]
  /art/runtime/gc/
heap.cc     [all...]

Completed in 127 milliseconds