diff options
Diffstat (limited to 'runtime/gc/space/zygote_space.h')
-rw-r--r-- | runtime/gc/space/zygote_space.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/gc/space/zygote_space.h b/runtime/gc/space/zygote_space.h index 5d5fe76..0cf4bb1 100644 --- a/runtime/gc/space/zygote_space.h +++ b/runtime/gc/space/zygote_space.h @@ -74,6 +74,9 @@ class ZygoteSpace FINAL : public ContinuousMemMapAllocSpace { return false; } + void LogFragmentationAllocFailure(std::ostream& os, size_t failed_alloc_bytes) OVERRIDE + SHARED_LOCKS_REQUIRED(Locks::mutator_lock_); + protected: virtual accounting::ContinuousSpaceBitmap::SweepCallback* GetSweepCallback() { return &SweepCallback; |