View Single Post
Old 02-28-06, 12:17 PM   #3 (permalink)
AKAJohnDoe
Aximsite Elite
 
Join Date: Nov 2006
Posts: 3,629
Thanked 0 Times in 0 Posts
There is a facility in Sprite Space Detective that will save a listing of all current memory allocations to a file. You can use this to take before and after images and compare them. However, this will only show allocations; the usual problem associated with a "memory leak" would not neccessarily show up this way as that problem occurs when storage is obtained and not properly released, which may or may not return that storage to the "available pool"; hence, it is "lost" and unaccounted for, at least until the next soft reset.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
AKAJohnDoe is offline   Reply With Quote