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

/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c18430 ** case by setting scratchAllocOut to 1 when an allocation
18434 static int scratchAllocOut = 0; variable
18478 assert( scratchAllocOut<=1 );
18479 if( p ) scratchAllocOut++;
18492 assert( scratchAllocOut>=1 && scratchAllocOut<=2 );
18493 scratchAllocOut--;
[all...]

Completed in 400 milliseconds