[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: tracking Lua's memory usage
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Thu, 12 Jul 2007 14:55:18 -0300
I've also written an experimental tool for memory allocation visualization
inspired in the paper below:
Ralph E. Griswold and Gregg M. Townsend
The Visualization of Dynamic Memory Management in the Icon Programming Language
ftp://ftp.cs.arizona.edu/reports/1989/TR89-30.pdf
The tool is for X11 but can be easily changed to use OpenGL. Get it at
http://www.tecgraf.puc-rio.br/~lhf/ftp/lua/5.1/mav.tar.gz
All feedback welcome. Enjoy.
--lhf