Garbage Collection Sample

1. Page is loaded.

Take heap snapshot and confirm Leaker object does not exist.

2. Click "Create" button.

Take heap snapshot and confirm Leaker object exist.

3. Click "Dispose" button.

Take heap snapshot and confirm Leaker object does not exist.