Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dscripting.c1394 static long gc_count = 0; in evalGenericCommand() local
1396 gc_count++; in evalGenericCommand()
1397 if (gc_count == LUA_GC_CYCLE_PERIOD) { in evalGenericCommand()
1399 gc_count = 0; in evalGenericCommand()