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

/freebsd-11-stable/crypto/heimdal/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...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c24206 #define NCSIZE macro
[all...]

Completed in 897 milliseconds