Home
last modified time | relevance | path

Searched refs:nuse (Results 1 – 4 of 4) sorted by relevance

/l4re-core-master/lua/lib/contrib/src/
A Dlstring.c170 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()
A Dlstate.h152 int nuse; /* number of elements */ member
A Dlstate.c376 g->strt.size = g->strt.nuse = 0; in lua_newstate()
A Dlgc.c865 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