neo c74d47dc3e 初始仓库 2 yıl önce
..
LICENSE c74d47dc3e 初始仓库 2 yıl önce
Makefile c74d47dc3e 初始仓库 2 yıl önce
README.md c74d47dc3e 初始仓库 2 yıl önce
dump.lua c74d47dc3e 初始仓库 2 yıl önce
print_r.lua c74d47dc3e 初始仓库 2 yıl önce
snapshot.c c74d47dc3e 初始仓库 2 yıl önce
snapshot_utils.lua c74d47dc3e 初始仓库 2 yıl önce

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