OSDN Git Service

Revert "Use the card table to scan the immune region of the heap."
[android-x86/dalvik.git] / vm / alloc / MarkSweep.h
index 94bbf43..b14333a 100644 (file)
@@ -49,7 +49,7 @@ struct GcMarkContext {
 bool dvmHeapBeginMarkStep(bool isPartial);
 void dvmHeapMarkRootSet(void);
 void dvmHeapReMarkRootSet(void);
-void dvmHeapScanMarkedObjects(bool isPartial);
+void dvmHeapScanMarkedObjects(void);
 void dvmHeapReScanMarkedObjects(void);
 void dvmHeapProcessReferences(Object **softReferences, bool clearSoftRefs,
                               Object **weakReferences,