HomeSort by relevance Sort by last modified time
    Searched refs:GCestimate (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/skia/third_party/lua/src/
lgc.c 951 g->GCestimate = gettotalbytes(g);
1054 g->GCestimate = g->GCmemtrav; /* save what was counted */;
1056 g->GCestimate += work; /* estimate of total memory traversed */
    [all...]
lstate.h 118 lu_mem GCestimate; /* an estimate of the non-garbage memory in use */
lstate.c 283 g->GCestimate = 0;
lapi.c 1051 res = (g->GCestimate == 0); /* true if it will do major collection */

Completed in 313 milliseconds