Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/refer/
H A Dglue1.c66 static int maxhash = 0; in huntmain() local
163 if (nhash > maxhash) { in huntmain()
165 free(hpt, maxhash, sizeof (*hpt)); in huntmain()
168 free(hfreq, maxhash, sizeof (*hfreq)); in huntmain()
170 maxhash = nhash; in huntmain()
173 maxhash); in huntmain()