lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Luiz Henrique de Figueiredo wrote:
I've also written an experimental tool for memory allocation visualization
inspired in the paper below:

A generic tool for program memory visualisation - works with any Win32 application. Its a free download from Software Verification. It shows virtual memory for the app and the app paging table usage.

http://www.softwareverify.com/cpp/virtual_memory/index.html
http://www.softwareverify.com/download_vm.php

Also, a Lua specific memory analyser (Windows only) which is in beta.
http://www.softwareverify.com/lua/memory/index.html

Stephen