Home
last modified time | relevance | path

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

/l4re-core-master/lua/lib/contrib/src/
A Dlstring.c114 if (iswhite(g->strcache[i][j])) /* will entry be collected? */ in luaS_clearcache()
115 g->strcache[i][j] = g->memerrmsg; /* replace it with something fixed */ in luaS_clearcache()
135 g->strcache[i][j] = g->memerrmsg; in luaS_init()
244 TString **p = G(L)->strcache[i]; in luaS_new()
A Dlstate.h295 TString *strcache[STRCACHE_N][STRCACHE_M]; /* cache for strings in API */ member

Completed in 4 milliseconds