HomeSort by: relevance | last modified time | path
    Searched defs:sweeptolive (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mit/lua/dist/src/
lgc.c 852 static GCObject **sweeptolive (lua_State *L, GCObject **p) { function
1031 g->sweepgc = sweeptolive(L, g->sweepgc); /* change 'sweepgc' */
1482 ** The call to 'sweeptolive' makes the pointer point to an object
1491 g->sweepgc = sweeptolive(L, &g->allgc);
lgc.c 852 static GCObject **sweeptolive (lua_State *L, GCObject **p) { function
1031 g->sweepgc = sweeptolive(L, g->sweepgc); /* change 'sweepgc' */
1482 ** The call to 'sweeptolive' makes the pointer point to an object
1491 g->sweepgc = sweeptolive(L, &g->allgc);

Completed in 33 milliseconds