Searched refs:strt (Results 1 – 4 of 4) sorted by relevance
86 stringtable *tb = &G(L)->strt; in luaS_resize()126 stringtable *tb = &G(L)->strt; in luaS_init()165 stringtable *tb = &G(L)->strt; in luaS_remove()191 stringtable *tb = &g->strt; in internshrstr()
278 luaM_freearray(L, G(L)->strt.hash, G(L)->strt.size); in close_state()376 g->strt.size = g->strt.nuse = 0; in lua_newstate()377 g->strt.hash = NULL; in lua_newstate()
256 stringtable strt; /* hash table for strings */ member
865 if (g->strt.nuse < g->strt.size / 4) { /* string table too big? */ in checkSizes()867 luaS_resize(L, g->strt.size / 2); in checkSizes()1512 lua_assert(g->strt.nuse == 0); in luaC_freeallobjects()
Completed in 14 milliseconds