Searched refs:GCestimate (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/third_party/lua/src/
H A Dlgc.c951 g->GCestimate = gettotalbytes(g);
1054 g->GCestimate = g->GCmemtrav; /* save what was counted */;
1056 g->GCestimate += work; /* estimate of total memory traversed */
1113 if (g->GCestimate == 0) { /* signal for another major collection? */
1115 g->GCestimate = gettotalbytes(g); /* update control */
1118 lu_mem estimate = g->GCestimate;
1122 g->GCestimate = 0; /* signal for a major collection */
1124 g->GCestimate = estimate; /* keep estimate from last major coll. */
1145 setpause(g, g->GCestimate); /* pause until next cycle */
H A Dlstate.h118 lu_mem GCestimate; /* an estimate of the non-garbage memory in use */ member in struct:global_State
H A Dlstate.c283 g->GCestimate = 0;
H A Dlapi.c1051 res = (g->GCestimate == 0); /* true if it will do major collection */

Completed in 219 milliseconds