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

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.c16856 int iFullSz; /* Size of allocation rounded up to power of 2 */ local
16857 int iLogsize; /* Log2 of iFullSz/POW2_MIN */
16876 for(iFullSz=mem5.szAtom, iLogsize=0; iFullSz<nByte; iFullSz *= 2, iLogsize++){}
16901 mem5.totalAlloc += iFullSz;
16902 mem5.totalExcess += iFullSz - nByte;
16904 mem5.currentOut += iFullSz;
17039 int iFullSz; local
17041 for(iFullSz
[all...]

Completed in 414 milliseconds