huangyuhao 3fb29bb291 初始化仓库 1 år sedan
..
LICENSE 3fb29bb291 初始化仓库 1 år sedan
Makefile 3fb29bb291 初始化仓库 1 år sedan
README.md 3fb29bb291 初始化仓库 1 år sedan
dump.lua 3fb29bb291 初始化仓库 1 år sedan
print_r.lua 3fb29bb291 初始化仓库 1 år sedan
snapshot.c 3fb29bb291 初始化仓库 1 år sedan
snapshot_utils.lua 3fb29bb291 初始化仓库 1 år sedan

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