Home
last modified time | relevance | path

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

/l4re-core-master/lua/lib/contrib/src/
A Dlstring.c86 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()
A Dlstate.c278 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()
A Dlstate.h256 stringtable strt; /* hash table for strings */ member
A Dlgc.c865 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