diff options
Diffstat (limited to 'vm/alloc/MarkSweep.h')
-rw-r--r-- | vm/alloc/MarkSweep.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vm/alloc/MarkSweep.h b/vm/alloc/MarkSweep.h index c9f11e487..94bf3ad69 100644 --- a/vm/alloc/MarkSweep.h +++ b/vm/alloc/MarkSweep.h @@ -59,5 +59,6 @@ void dvmHeapFinishMarkStep(void); void dvmHeapSweepSystemWeaks(void); void dvmHeapSweepUnmarkedObjects(bool isPartial, bool isConcurrent, size_t *numObjects, size_t *numBytes); +void dvmEnqueueClearedReferences(Object **references); #endif // _DALVIK_ALLOC_MARK_SWEEP |