Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 270 Bytes

README.markdown

File metadata and controls

8 lines (5 loc) · 270 Bytes

Usage

Source memory_leak_checker.js and from JavaScript call:

MemoryLeakChecker(window)

This will analyze every object and list and output any objects or lists that have over 200 elements. This can be very useful for finding leaks in data structures.