Home | History | Annotate | Download | only in dist

Lines Matching refs:iFullSz

15794   int iFullSz;     /* Size of allocation rounded up to power of 2 */
15795 int iLogsize; /* Log2 of iFullSz/POW2_MIN */
15814 for(iFullSz=mem5.szAtom, iLogsize=0; iFullSz<nByte; iFullSz *= 2, iLogsize++){}
15839 mem5.totalAlloc += iFullSz;
15840 mem5.totalExcess += iFullSz - nByte;
15842 mem5.currentOut += iFullSz;
15977 int iFullSz;
15979 for(iFullSz=mem5.szAtom; iFullSz<n; iFullSz *= 2);
15980 return iFullSz;