Searched refs:strcache (Results 1 – 2 of 2) sorted by relevance
114 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()
295 TString *strcache[STRCACHE_N][STRCACHE_M]; /* cache for strings in API */ member
Completed in 5 milliseconds