Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/pgrep/
H A Didtab.c35 #define IDTAB_DEFSIZE 16 /* Starting table size */ macro
60 size = idt->id_size ? idt->id_size * IDTAB_GROW : IDTAB_DEFSIZE; in idtab_append()