neo c74d47dc3e 初始仓库 il y a 2 ans
..
LICENSE c74d47dc3e 初始仓库 il y a 2 ans
Makefile c74d47dc3e 初始仓库 il y a 2 ans
README.md c74d47dc3e 初始仓库 il y a 2 ans
dump.lua c74d47dc3e 初始仓库 il y a 2 ans
print_r.lua c74d47dc3e 初始仓库 il y a 2 ans
snapshot.c c74d47dc3e 初始仓库 il y a 2 ans
snapshot_utils.lua c74d47dc3e 初始仓库 il y a 2 ans

README.md

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