Searched refs:NGROW_INIT (Results 1 – 1 of 1) sorted by relevance
99 enum { NGROW_INIT = 10, NGROW = 2 }; enumerator682 pgrow->parray = xmalloc(NGROW_INIT*sizeof(char *)); in allocate_growable()683 pgrow->nmax = NGROW_INIT; in allocate_growable()
Completed in 19 milliseconds