Home
last modified time | relevance | path

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

/freebsd/contrib/lua/src/
H A Dltests.c534 static lu_mem checkgraylist (global_State *g, GCObject *o) { in checkgraylist() function
566 total += checkgraylist(g, g->gray); in checkgrays()
567 total += checkgraylist(g, g->grayagain); in checkgrays()
568 total += checkgraylist(g, g->weak); in checkgrays()
569 total += checkgraylist(g, g->allweak); in checkgrays()
570 total += checkgraylist(g, g->ephemeron); in checkgrays()