WoW:API gcinfo

From AddOn Studio
Jump to navigation Jump to search

WoW Lua


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

local memoryInUse = gcinfo()


Arguments[edit]

None


Returns[edit]

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