From: Joey Marino Date: 2008-03-25T01:22:53+09:00 Subject: memory allocation reporting? ------=_Part_10080_21232515.1206375782383 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline I created a script that using up alot of memory very quickly. All the resources like file handles, db results, and objects are being freed. I am using a third party library so I am wondering if the problem lies with their code. My question is what would I use to make a report showing how much memory is being allocated by which objects, methods and variables. I remember a professor doing something like this with run times in c++ with the gcc compiler. -- Joey Marino ------=_Part_10080_21232515.1206375782383--