Searched refs:luaMemFootPrintKB (Results 1 – 1 of 1) sorted by relevance
2384 int luaMemFootPrintKB = lua_gc(L_GC, LUA_GCCOUNT, 0); in CollectGarbage() local2388 float maxRunTime = smoothstep(10, 100, luaMemFootPrintKB / 1024) * maxLuaGarbageCollectTime; in CollectGarbage()2405 const int luaMemFootPrintChange = luaMemFootPrintNow - luaMemFootPrintKB; in CollectGarbage()2406 luaMemFootPrintKB = luaMemFootPrintNow; in CollectGarbage()