OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:lu_mem
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/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;
Completed in 250 milliseconds