Searched refs:STRCACHE_M (Results 1 – 3 of 3) sorted by relevance
113 for (j = 0; j < STRCACHE_M; j++) { in luaS_clearcache()134 for (j = 0; j < STRCACHE_M; j++) in luaS_init()245 for (j = 0; j < STRCACHE_M; j++) { in luaS_new()250 for (j = STRCACHE_M - 1; j > 0; j--) in luaS_new()
211 #define STRCACHE_M 2 macro
295 TString *strcache[STRCACHE_N][STRCACHE_M]; /* cache for strings in API */
Completed in 6 milliseconds