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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lstate.h 115 lu_mem totalbytes; /* number of bytes currently allocated - GCdebt */
116 l_mem GCdebt; /* bytes allocated not yet compensated by the collector */
219 #define gettotalbytes(g) ((g)->totalbytes + (g)->GCdebt)
  /external/skia/third_party/lua/src/
lstate.h 115 lu_mem totalbytes; /* number of bytes currently allocated - GCdebt */
116 l_mem GCdebt; /* bytes allocated not yet compensated by the collector */
219 #define gettotalbytes(g) ((g)->totalbytes + (g)->GCdebt)
  /external/syslinux/com32/lua/src/
lstate.h 115 lu_mem totalbytes; /* number of bytes currently allocated - GCdebt */
116 l_mem GCdebt; /* bytes allocated not yet compensated by the collector */
219 #define gettotalbytes(g) ((g)->totalbytes + (g)->GCdebt)

Completed in 610 milliseconds