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

/macosx-10.9.5/Heimdal-323.92.1/lib/sqlite/
H A Dsqlite3.c15043 #define NCSIZE 1000 macro
15085 ** bytes. i==NCSIZE is the number of allocation attempts for
15086 ** sizes more than NCSIZE*8 bytes.
15088 int nAlloc[NCSIZE]; /* Total number of allocations */
15089 int nCurrent[NCSIZE]; /* Current number of allocations */
15090 int mxCurrent[NCSIZE]; /* Highwater mark for nCurrent */
15100 if( i>NCSIZE-1 ){
15101 i = NCSIZE - 1;
15470 for(i=0; i<NCSIZE-1; i++){
15476 if( mem.nAlloc[NCSIZE
[all...]

Completed in 340 milliseconds