HomeSort by relevance Sort by last modified time
    Searched refs:nCurrent (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/sqlite/src/src/
mem2.c 120 int nCurrent[NCSIZE]; /* Current number of allocations */
121 int mxCurrent[NCSIZE]; /* Highwater mark for nCurrent */
136 mem.nCurrent[i]++;
137 if( mem.nCurrent[i]>mem.mxCurrent[i] ){
138 mem.mxCurrent[i] = mem.nCurrent[i];
141 mem.nCurrent[i]--;
142 assert( mem.nCurrent[i]>=0 );
504 i*8, mem.nAlloc[i], mem.nCurrent[i], mem.mxCurrent[i]);
510 mem.nCurrent[NCSIZE-1], mem.mxCurrent[NCSIZE-1]);
pager.c     [all...]
test1.c     [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 353 milliseconds