Searched refs:nInstAlloc (Results 1 – 1 of 1) sorted by relevance
259861 int nInstAlloc; /* Size of aInst[] array (entries / 3) */ member262055 if( nInst>=pCsr->nInstAlloc ){262056 int nNewSize = pCsr->nInstAlloc ? pCsr->nInstAlloc*2 : 32;262062 pCsr->nInstAlloc = nNewSize;