Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 179 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 179 Bytes

lua-snapshot

Make a snapshot for lua state to detect memory leaks.

See dump.lua for example.

Build

make linux

or

make mingw (in windows)

or

make macosx