Analyze Lua Memory Leak With Systemtap
📝
内容提要
Use systemtap to analyze the memory leak of lua code The memory used by lua code is managed by the GC, not calling malloc/free/mmap directly. The luajit GC uses mark-and-sweep algorithm. In simple...
🏷️
标签
➡️