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

/macosx-10.10.1/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c16432 int iFullSz; /* Size of allocation rounded up to power of 2 */ local
16433 int iLogsize; /* Log2 of iFullSz/POW2_MIN */
16452 for(iFullSz=mem5.szAtom, iLogsize=0; iFullSz<nByte; iFullSz *= 2, iLogsize++){}
16477 mem5.totalAlloc += iFullSz;
16478 mem5.totalExcess += iFullSz - nByte;
16480 mem5.currentOut += iFullSz;
16615 int iFullSz; local
16617 for(iFullSz
[all...]

Completed in 490 milliseconds