This page cannot be shown here. You can still read it on the original site — the toolbar below keeps your place in the directory.
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 words, it links all allocated gc objects in a global list.
Read on //luajit.io:80/posts/analyze-lua-memory-leak-with-systemtap/ ↗
Comments
Nothing yet. Say the first thing.
Sign in to join the conversation.