Home
last modified time | relevance | path

Searched refs:NCSIZE (Results 1 – 1 of 1) sorted by relevance

/src/contrib/sqlite3/
H A Dsqlite3.c27506 #define NCSIZE 1000 macro
27551 int nAlloc[NCSIZE]; /* Total number of allocations */
27552 int nCurrent[NCSIZE]; /* Current number of allocations */
27553 int mxCurrent[NCSIZE]; /* Highwater mark for nCurrent */
27563 if( i>NCSIZE-1 ){ in adjustStats()
27564 i = NCSIZE - 1; in adjustStats()
27933 for(i=0; i<NCSIZE-1; i++){ in sqlite3MemdebugDump()
27939 if( mem.nAlloc[NCSIZE-1] ){ in sqlite3MemdebugDump()
27941 NCSIZE*8-8, mem.nAlloc[NCSIZE-1], in sqlite3MemdebugDump()
27942 mem.nCurrent[NCSIZE-1], mem.mxCurrent[NCSIZE-1]); in sqlite3MemdebugDump()
[all …]