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

  /external/chromium_org/third_party/skia/third_party/lua/src/
lgc.h 30 #if !defined(GCSTEPSIZE)
32 #define GCSTEPSIZE (cast_int(100 * sizeof(TString)))
lgc.c 34 #define GCSWEEPMAX (cast_int((GCSTEPSIZE / GCSWEEPCOST) / 4))
    [all...]
lapi.c 1055 lu_mem debt = cast(lu_mem, data) * 1024 - GCSTEPSIZE;

Completed in 131 milliseconds