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

/solaris-userland/components/krb5/Solaris/
H A Dprof_solaris.c65 unsigned int newmax; local
68 newmax = list->max + 10;
69 newlist = realloc(list->list, newmax * sizeof (char *));
72 list->max = newmax;

Completed in 41 milliseconds