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