Project

General

Profile

« Previous | Next » 

Revision ed31bdfe

Added by peterzhu2118 (Peter Zhu) about 4 years ago

Fix memory leak in Variable Width Allocation

Force recycled objects could create a freelist for the page. At the
start of sweeping we should append to the freelist to avoid
permanently losing the slots on the freelist.