HomeSort by relevance Sort by last modified time
    Searched defs:GCdebt (Results 1 - 2 of 2) 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/lua/src/
lstate.h 140 l_mem totalbytes; /* number of bytes currently allocated - GCdebt */
141 l_mem GCdebt; /* bytes allocated not yet compensated by the collector */
243 #define gettotalbytes(g) cast(lu_mem, (g)->totalbytes + (g)->GCdebt)

Completed in 396 milliseconds