collectgarbage()
Run a full garbage collection phase to free memory for all objects which are no longer referenced by any variable. Unlike the Lua collectgarbage function, the nzLua collectgarbage function does not accept any arguments and can only be used to run a full garbage collection cycle.