WoW API: gcinfo

Revision as of 13:38, 12 June 2007 by WoWWiki>Ravas (Reformatted according to the current API boilerplate.)

WoW API < gcinfo


Returns the amount of memory in use by Lua (in kilobytes).

local memoryInUse = gcinfo()


Arguments

None


Returns

memoryInUse
Number - The amount of memory in use (in kilobytes).