Searched defs:STRTAB_HASHSZ (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/tools/ctf/cvt/
H A Dstrtab.c38 #define STRTAB_HASHSZ 211 /* use a prime number of hash buckets */ macro
53 sp->str_hash = xcalloc(STRTAB_HASHSZ * sizeof (strhash_t *));
54 sp->str_hashsz = STRTAB_HASHSZ;

Completed in 58 milliseconds