Searched refs:freehash (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/contrib/lua/src/
H A Dltable.c371 static void freehash (lua_State *L, Table *t) { function
575 freehash(L, &newt); /* release new hash part */
586 freehash(L, &newt); /* free old hash part */
639 freehash(L, t);

Completed in 307 milliseconds