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

/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c16299 u32 currentOut; /* Current checkout, including internal fragmentation */ member in struct:Mem5Global
16301 u32 maxOut; /* Maximum instantaneous currentOut */
16480 mem5.currentOut += iFullSz;
16482 if( mem5.maxOut<mem5.currentOut ) mem5.maxOut = mem5.currentOut;
16512 assert( mem5.currentOut>=(size*mem5.szAtom) );
16514 mem5.currentOut -= size*mem5.szAtom;
16515 assert( mem5.currentOut>0 || mem5.currentCount==0 );
16516 assert( mem5.currentCount>0 || mem5.currentOut==0 );
16736 fprintf(out, "mem5.currentOut
[all...]

Completed in 593 milliseconds