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

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