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

  /external/chromium_org/third_party/sqlite/src/src/
mem2.c 74 #define NCSIZE 1000
116 ** bytes. i==NCSIZE is the number of allocation attempts for
117 ** sizes more than NCSIZE*8 bytes.
119 int nAlloc[NCSIZE]; /* Total number of allocations */
120 int nCurrent[NCSIZE]; /* Current number of allocations */
121 int mxCurrent[NCSIZE]; /* Highwater mark for nCurrent */
131 if( i>NCSIZE-1 ){
132 i = NCSIZE - 1;
501 for(i=0; i<NCSIZE-1; i++){
507 if( mem.nAlloc[NCSIZE-1] )
    [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]

Completed in 645 milliseconds