Home
last modified time | relevance | path

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

/freebsd/contrib/lua/src/
H A Dltests.c630 lu_mem totalshould; /* total of objects that should be in gray lists */ in lua_checkmemory() local
646 totalshould = checklist(g, maybedead, 0, g->allgc, in lua_checkmemory()
650 totalshould += checklist(g, 0, 1, g->finobj, in lua_checkmemory()
656 incifingray(g, o, &totalshould); in lua_checkmemory()
661 assert(totalin == totalshould); in lua_checkmemory()