OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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