/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/ |
lgc.c | 914 l_mem debt, threshold; local 919 debt = -cast(l_mem, threshold - gettotalbytes(g)); 920 luaE_setdebt(g, debt); 1141 l_mem debt = g->GCdebt; local [all...] |
lstate.c | 106 void luaE_setdebt (global_State *g, l_mem debt) { 107 g->totalbytes -= (debt - g->GCdebt); 108 g->GCdebt = debt;
|
lstate.h | 221 LUAI_FUNC void luaE_setdebt (global_State *g, l_mem debt);
|
lapi.c | 1055 lu_mem debt = cast(lu_mem, data) * 1024 - GCSTEPSIZE; local 1057 debt += g->GCdebt; /* include current debt */ 1058 luaE_setdebt(g, debt);
|
/external/skia/third_party/lua/src/ |
lgc.c | 907 l_mem debt, threshold; local 912 debt = -cast(l_mem, threshold - gettotalbytes(g)); 913 luaE_setdebt(g, debt); 1134 l_mem debt = g->GCdebt; local [all...] |
lstate.c | 106 void luaE_setdebt (global_State *g, l_mem debt) { 107 g->totalbytes -= (debt - g->GCdebt); 108 g->GCdebt = debt;
|
lstate.h | 221 LUAI_FUNC void luaE_setdebt (global_State *g, l_mem debt);
|
lapi.c | 1055 lu_mem debt = cast(lu_mem, data) * 1024 - GCSTEPSIZE; local 1057 debt += g->GCdebt; /* include current debt */ 1058 luaE_setdebt(g, debt);
|
/external/syslinux/com32/lua/src/ |
lgc.c | 914 l_mem debt, threshold; local 919 debt = -cast(l_mem, threshold - gettotalbytes(g)); 920 luaE_setdebt(g, debt); 1141 l_mem debt = g->GCdebt; local [all...] |
lstate.c | 111 void luaE_setdebt (global_State *g, l_mem debt) { 112 g->totalbytes -= (debt - g->GCdebt); 113 g->GCdebt = debt;
|
lstate.h | 221 LUAI_FUNC void luaE_setdebt (global_State *g, l_mem debt);
|
lapi.c | 1055 lu_mem debt = cast(lu_mem, data) * 1024 - GCSTEPSIZE; local 1057 debt += g->GCdebt; /* include current debt */ 1058 luaE_setdebt(g, debt);
|
/prebuilts/go/darwin-x86/src/runtime/ |
mgcsweep.go | 366 // performs sweeping to prevent going in to debt. If the caller will 390 // Fix debt if necessary.
|
mgcmark.go | 404 // gcAssistAlloc performs GC work to make gp's assist debt positive. 472 // enough work to pay off the assist debt. We need to 497 // this G's assist debt, or the GC cycle is over. 523 // GC is done, so ignore any remaining debt. 669 // is in debt. Think carefully about the signs below. 671 // Satisfy this entire assist debt. [all...] |
malloc.go | 581 // This G is in debt. Assist the GC to correct 768 // debt now that we know it. 792 // pays the debt down to npage pages.
|
runtime2.go | 398 // and check for debt in the malloc hot path. The assist ratio 399 // determines how this corresponds to scan work debt.
|
/prebuilts/go/linux-x86/src/runtime/ |
mgcsweep.go | 366 // performs sweeping to prevent going in to debt. If the caller will 390 // Fix debt if necessary.
|
mgcmark.go | 404 // gcAssistAlloc performs GC work to make gp's assist debt positive. 472 // enough work to pay off the assist debt. We need to 497 // this G's assist debt, or the GC cycle is over. 523 // GC is done, so ignore any remaining debt. 669 // is in debt. Think carefully about the signs below. 671 // Satisfy this entire assist debt. [all...] |
malloc.go | 581 // This G is in debt. Assist the GC to correct 768 // debt now that we know it. 792 // pays the debt down to npage pages.
|
runtime2.go | 398 // and check for debt in the malloc hot path. The assist ratio 399 // determines how this corresponds to scan work debt.
|