It looks like you're new here. If you want to get involved, click one of these buttons!
local UsedMemory = function(cleanup) if cleanup == true then collectgarbage() end local mem = collectgarbage("count") --print( "\nMemUsage: " .. mem ) return mem end |
Likes: oleg