← WoW Lua
Returns the amount of memory in use by Lua (in kilobytes).
local memoryInUse = gcinfo()
Arguments[edit | edit source]
- None
Returns[edit | edit source]
- memoryInUse
- Number - The amount of memory in use (in kilobytes).
Community content is available under CC-BY-SA unless otherwise noted.