diff options
Diffstat (limited to 'runtime/gc/allocator/rosalloc.h')
| -rw-r--r-- | runtime/gc/allocator/rosalloc.h | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/gc/allocator/rosalloc.h b/runtime/gc/allocator/rosalloc.h index b12cb5b0dd..1fa2d1ac8a 100644 --- a/runtime/gc/allocator/rosalloc.h +++ b/runtime/gc/allocator/rosalloc.h @@ -928,6 +928,9 @@ class RosAlloc {    void LogFragmentationAllocFailure(std::ostream& os, size_t failed_alloc_bytes)        REQUIRES(!bulk_free_lock_, !lock_); +  void DumpStats(std::ostream& os) +      REQUIRES(Locks::mutator_lock_) REQUIRES(!lock_) REQUIRES(!bulk_free_lock_); +   private:    friend std::ostream& operator<<(std::ostream& os, const RosAlloc::PageMapKind& rhs);  |