huangyuhao 3fb29bb291 初始化仓库 il y a 1 an
..
LICENSE 3fb29bb291 初始化仓库 il y a 1 an
Makefile 3fb29bb291 初始化仓库 il y a 1 an
README.md 3fb29bb291 初始化仓库 il y a 1 an
dump.lua 3fb29bb291 初始化仓库 il y a 1 an
print_r.lua 3fb29bb291 初始化仓库 il y a 1 an
snapshot.c 3fb29bb291 初始化仓库 il y a 1 an
snapshot_utils.lua 3fb29bb291 初始化仓库 il y a 1 an

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