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

/macosx-10.10.1/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c15089 int nCurrent[NCSIZE]; /* Current number of allocations */ member in struct:__anon707
15090 int mxCurrent[NCSIZE]; /* Highwater mark for nCurrent */
15105 mem.nCurrent[i]++;
15106 if( mem.nCurrent[i]>mem.mxCurrent[i] ){
15107 mem.mxCurrent[i] = mem.nCurrent[i];
15110 mem.nCurrent[i]--;
15111 assert( mem.nCurrent[i]>=0 );
15473 i*8, mem.nAlloc[i], mem.nCurrent[i], mem.mxCurrent[i]);
15479 mem.nCurrent[NCSIZE-1], mem.mxCurrent[NCSIZE-1]);
43640 int nCurrent = pPager->nSavepoint; /* Current number of savepoints */ local
[all...]

Completed in 278 milliseconds