View Single Post
02-07-10, 03:40 PM   #1
acapela
A Cobalt Mageweaver
AddOn Author - Click to view addons
Join Date: Feb 2007
Posts: 241
Debugging Addon Memory Leaks?

dug into Aloft, using OptionHouse, at the behest of a user, and did indeed discover a slow memory leak (about 187Kb/hour).

Aloft makes rigorous/extensive use of recycling, always checks to see if things are already allocated before allocating them, and etc. as far as i know, there are no tools for tracking memory management in LUA (as embedded in the WoW client).

can anyone sanity check whether 187Kb/hour is "normal"? does anyone have any suggestions, obvious things to look for in the use of the Blizzard API, links to resources (discussion threads/etc), or anything else of the kind?

thanks.
__________________
Retired author/maintainer of Aloft (the nameplate addon)
http://www.wowinterface.com/download...AloftBeta.html
-----
Zippy said it best: "All life is a BLUR of Republicans and Meat!"
  Reply With Quote