![]() |
Automated updating of API pages at this location, to reflect patch changes, has ceased from 10.1.7 onwards. |
Returns the amount of memory in use by Lua (in kilobytes).
memoryInUse = gcinfo()
Returns[]
- memoryInUse
- number - The amount of memory in use (in kilobytes).
Details[]
- This function is deprecated, use
collectgarbage("count")instead.
