Home
last modified time | relevance | path

Searched refs:luaMemFootPrintKB (Results 1 – 1 of 1) sorted by relevance

/dports/games/spring/spring_98.0/rts/Lua/
H A DLuaHandle.cpp2384 int luaMemFootPrintKB = lua_gc(L_GC, LUA_GCCOUNT, 0); in CollectGarbage() local
2388 float maxRunTime = smoothstep(10, 100, luaMemFootPrintKB / 1024) * maxLuaGarbageCollectTime; in CollectGarbage()
2405 const int luaMemFootPrintChange = luaMemFootPrintNow - luaMemFootPrintKB; in CollectGarbage()
2406 luaMemFootPrintKB = luaMemFootPrintNow; in CollectGarbage()