Searched refs:nallocated (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/tools/pmodes/
H A Dbinsearch.c42 int nallocated; member in struct:itemlist
54 x->nallocated = x->nused = 0;
64 if (l->nallocated < 0) {
66 l->nallocated = l->nused + ALLOCCHUNK;
70 } else if (l->nallocated == l->nused) {
71 if (l->nallocated)
72 l->nallocated *= 2;
74 l->nallocated = ALLOCCHUNK;
75 l->items = realloc(l->items, sizeof (char *) * l->nallocated);
84 if (l->nallocated
[all...]

Completed in 105 milliseconds