Searched refs:newt (Results 1 – 1 of 1) sorted by relevance
545 Table newt; /* to keep the new hash part */ in luaH_resize() local549 setnodevector(L, &newt, nhsize); in luaH_resize()552 exchangehashpart(t, &newt); /* and new hash */ in luaH_resize()559 exchangehashpart(t, &newt); /* and hash (in case of errors) */ in luaH_resize()564 freehash(L, &newt); /* release new hash part */ in luaH_resize()568 exchangehashpart(t, &newt); /* 't' has the new hash ('newt' has the old) */ in luaH_resize()574 reinsert(L, &newt, t); /* 'newt' now has the old hash */ in luaH_resize()575 freehash(L, &newt); /* free old hash part */ in luaH_resize()
Completed in 4 milliseconds