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

  /art/runtime/gc/space/
zygote_space.h 79 void LogFragmentationAllocFailure(std::ostream& os, size_t failed_alloc_bytes) OVERRIDE
rosalloc_space.h 143 void LogFragmentationAllocFailure(std::ostream& os, size_t failed_alloc_bytes) OVERRIDE {
144 rosalloc_->LogFragmentationAllocFailure(os, failed_alloc_bytes);
bump_pointer_space.h 162 void LogFragmentationAllocFailure(std::ostream& os, size_t failed_alloc_bytes) OVERRIDE
dlmalloc_space.h 138 void LogFragmentationAllocFailure(std::ostream& os, size_t failed_alloc_bytes) OVERRIDE
zygote_space.cc 101 void ZygoteSpace::LogFragmentationAllocFailure(std::ostream&, size_t) {
bump_pointer_space.cc 214 void BumpPointerSpace::LogFragmentationAllocFailure(std::ostream& os,
large_object_space.h 98 void LogFragmentationAllocFailure(std::ostream& os, size_t failed_alloc_bytes) OVERRIDE
space.h 246 virtual void LogFragmentationAllocFailure(std::ostream& os, size_t failed_alloc_bytes) = 0;
dlmalloc_space.cc 304 void DlMallocSpace::LogFragmentationAllocFailure(std::ostream& os,
region_space.cc 355 void RegionSpace::LogFragmentationAllocFailure(std::ostream& os,
region_space.h 169 void LogFragmentationAllocFailure(std::ostream& os, size_t failed_alloc_bytes) OVERRIDE
large_object_space.cc 610 void LargeObjectSpace::LogFragmentationAllocFailure(std::ostream& /*os*/,
  /art/runtime/gc/allocator/
rosalloc.h     [all...]
rosalloc.cc     [all...]
  /art/runtime/gc/
heap.cc     [all...]

Completed in 842 milliseconds