HomeSort by relevance Sort by last modified time
    Searched full:lu_mem (Results 1 - 12 of 12) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
llimits.h 20 typedef LUAI_UMEM lu_mem; typedef
32 #define MAX_LUMEM ((lu_mem)(~(lu_mem)0)-2)
44 #define IntPoint(p) ((unsigned int)(lu_mem)(p))
lstate.h 115 lu_mem totalbytes; /* number of bytes currently allocated - GCdebt */
117 lu_mem GCmemtrav; /* memory traversed by the GC */
118 lu_mem GCestimate; /* an estimate of the non-garbage memory in use */
lgc.c 244 lu_mem size;
434 static lu_mem traversetable (global_State *g, Table *h) {
479 static lu_mem traverseCclosure (global_State *g, CClosure *cl) {
486 static lu_mem traverseLclosure (global_State *g, LClosure *cl) {
495 static lu_mem traversestack (global_State *g, lua_State *th) {
522 lu_mem size;
691 static GCObject **sweeplist (lua_State *L, GCObject **p, lu_mem count);
719 static GCObject **sweeplist (lua_State *L, GCObject **p, lu_mem count) {
1040 static lu_mem singlestep (lua_State *L) {
1053 lu_mem oldtrav = g->GCmemtrav
    [all...]
lapi.c 1055 lu_mem debt = cast(lu_mem, data) * 1024 - GCSTEPSIZE;
  /external/skia/third_party/lua/src/
llimits.h 20 typedef LUAI_UMEM lu_mem; typedef
32 #define MAX_LUMEM ((lu_mem)(~(lu_mem)0)-2)
44 #define IntPoint(p) ((unsigned int)(lu_mem)(p))
lstate.h 115 lu_mem totalbytes; /* number of bytes currently allocated - GCdebt */
117 lu_mem GCmemtrav; /* memory traversed by the GC */
118 lu_mem GCestimate; /* an estimate of the non-garbage memory in use */
lgc.c 244 lu_mem size;
434 static lu_mem traversetable (global_State *g, Table *h) {
479 static lu_mem traverseCclosure (global_State *g, CClosure *cl) {
486 static lu_mem traverseLclosure (global_State *g, LClosure *cl) {
495 static lu_mem traversestack (global_State *g, lua_State *th) {
515 lu_mem size;
684 static GCObject **sweeplist (lua_State *L, GCObject **p, lu_mem count);
712 static GCObject **sweeplist (lua_State *L, GCObject **p, lu_mem count) {
1033 static lu_mem singlestep (lua_State *L) {
1046 lu_mem oldtrav = g->GCmemtrav
    [all...]
lapi.c 1055 lu_mem debt = cast(lu_mem, data) * 1024 - GCSTEPSIZE;
  /external/syslinux/com32/lua/src/
llimits.h 20 typedef LUAI_UMEM lu_mem; typedef
32 #define MAX_LUMEM ((lu_mem)(~(lu_mem)0)-2)
44 #define IntPoint(p) ((unsigned int)(lu_mem)(p))
lstate.h 115 lu_mem totalbytes; /* number of bytes currently allocated - GCdebt */
117 lu_mem GCmemtrav; /* memory traversed by the GC */
118 lu_mem GCestimate; /* an estimate of the non-garbage memory in use */
lgc.c 244 lu_mem size;
434 static lu_mem traversetable (global_State *g, Table *h) {
479 static lu_mem traverseCclosure (global_State *g, CClosure *cl) {
486 static lu_mem traverseLclosure (global_State *g, LClosure *cl) {
495 static lu_mem traversestack (global_State *g, lua_State *th) {
522 lu_mem size;
691 static GCObject **sweeplist (lua_State *L, GCObject **p, lu_mem count);
719 static GCObject **sweeplist (lua_State *L, GCObject **p, lu_mem count) {
1040 static lu_mem singlestep (lua_State *L) {
1053 lu_mem oldtrav = g->GCmemtrav
    [all...]
lapi.c 1055 lu_mem debt = cast(lu_mem, data) * 1024 - GCSTEPSIZE;

Completed in 966 milliseconds