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

  /external/chromium_org/third_party/skia/third_party/lua/src/
lstate.h 139 int gcpause; /* size of pause between successive GCs */ member in struct:global_State
lstate.c 300 g->gcpause = LUAI_GCPAUSE;
lgc.c 909 threshold = (g->gcpause < MAX_LMEM / estimate) /* overflow? */
910 ? estimate * g->gcpause /* no overflow */
    [all...]
lapi.c 1066 res = g->gcpause;
1067 g->gcpause = data;

Completed in 41 milliseconds