Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dmem2.c74 #define NCSIZE 1000 macro
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 ){ in adjustStats()
132 i = NCSIZE - 1; in adjustStats()
501 for(i=0; i<NCSIZE-1; i++){ in sqlite3MemdebugDump()
507 if( mem.nAlloc[NCSIZE-1] ){ in sqlite3MemdebugDump()
509 NCSIZE*8-8, mem.nAlloc[NCSIZE-1], in sqlite3MemdebugDump()
510 mem.nCurrent[NCSIZE-1], mem.mxCurrent[NCSIZE-1]); in sqlite3MemdebugDump()
[all …]