Searched refs:nuse (Results 1 – 4 of 4) sorted by relevance
170 tb->nuse--; in luaS_remove()175 if (l_unlikely(tb->nuse == MAX_INT)) { /* too many strings? */ in growstrtab()177 if (tb->nuse == MAX_INT) /* still too many? */ in growstrtab()204 if (tb->nuse >= tb->size) { /* need to grow string table? */ in internshrstr()213 tb->nuse++; in internshrstr()
152 int nuse; /* number of elements */ member
376 g->strt.size = g->strt.nuse = 0; in lua_newstate()
865 if (g->strt.nuse < g->strt.size / 4) { /* string table too big? */ in checkSizes()1512 lua_assert(g->strt.nuse == 0); in luaC_freeallobjects()
Completed in 9 milliseconds