Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/ptools/ptree/
H A Dptree.c75 static unsigned ctsize; /* size of contract array */ variable
423 if (nctps >= ctsize) { in ctsort()
424 if ((ctsize *= 2) == 0) in ctsort()
425 ctsize = 20; in ctsort()
426 if ((ctps = realloc(ctps, ctsize * sizeof (ps_t *))) == NULL) { in ctsort()