Project

General

Profile

« Previous | Next » 

Revision db51bcad

Added by Peter Zhu about 4 years ago

Fix total_freed_objects for invalidated pages

When the object is moved back into the T_MOVED, the flags of the T_MOVED
is not copied, so the FL_FROM_FREELIST flag is lost. This causes
total_freed_objects to always be incremented.