Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/refer/
H A Dglue1.c68 static int maxhash = 0; in huntmain() local
165 if (nhash > maxhash) { in huntmain()
167 free(hpt, maxhash, sizeof (*hpt)); in huntmain()
170 free(hfreq, maxhash, sizeof (*hfreq)); in huntmain()
172 maxhash = nhash; in huntmain()
175 maxhash); in huntmain()