Home
last modified time | relevance | path

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

/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c17382 #define NCSIZE 1000 macro
17427 int nAlloc[NCSIZE]; /* Total number of allocations */
17428 int nCurrent[NCSIZE]; /* Current number of allocations */
17429 int mxCurrent[NCSIZE]; /* Highwater mark for nCurrent */
17439 if( i>NCSIZE-1 ){ in adjustStats()
17440 i = NCSIZE - 1; in adjustStats()
17809 for(i=0; i<NCSIZE-1; i++){ in sqlite3MemdebugDump()
17815 if( mem.nAlloc[NCSIZE-1] ){ in sqlite3MemdebugDump()
17817 NCSIZE*8-8, mem.nAlloc[NCSIZE-1], in sqlite3MemdebugDump()
17818 mem.nCurrent[NCSIZE-1], mem.mxCurrent[NCSIZE-1]); in sqlite3MemdebugDump()
[all …]

Completed in 366 milliseconds