Home
last modified time | relevance | path

Searched refs:strcache (Results 1 – 2 of 2) sorted by relevance

/external/lua/src/
Dlstring.c107 if (iswhite(g->strcache[i][j])) /* will entry be collected? */ in luaS_clearcache()
108 g->strcache[i][j] = g->memerrmsg; /* replace it with something fixed */ in luaS_clearcache()
125 g->strcache[i][j] = g->memerrmsg; in luaS_init()
222 TString **p = G(L)->strcache[i]; in luaS_new()
Dlstate.h171 TString *strcache[STRCACHE_N][STRCACHE_M]; /* cache for strings in API */ member