NCSIZE           14697 third_party/sqlite/amalgamation/sqlite3.c   int nAlloc[NCSIZE];      /* Total number of allocations */
NCSIZE           14698 third_party/sqlite/amalgamation/sqlite3.c   int nCurrent[NCSIZE];    /* Current number of allocations */
NCSIZE           14699 third_party/sqlite/amalgamation/sqlite3.c   int mxCurrent[NCSIZE];   /* Highwater mark for nCurrent */
NCSIZE           14709 third_party/sqlite/amalgamation/sqlite3.c   if( i>NCSIZE-1 ){
NCSIZE           14710 third_party/sqlite/amalgamation/sqlite3.c     i = NCSIZE - 1;
NCSIZE           15079 third_party/sqlite/amalgamation/sqlite3.c   for(i=0; i<NCSIZE-1; i++){
NCSIZE           15085 third_party/sqlite/amalgamation/sqlite3.c   if( mem.nAlloc[NCSIZE-1] ){
NCSIZE           15087 third_party/sqlite/amalgamation/sqlite3.c              NCSIZE*8-8, mem.nAlloc[NCSIZE-1],
NCSIZE           15088 third_party/sqlite/amalgamation/sqlite3.c              mem.nCurrent[NCSIZE-1], mem.mxCurrent[NCSIZE-1]);
NCSIZE           15099 third_party/sqlite/amalgamation/sqlite3.c   for(i=0; i<NCSIZE; i++){
NCSIZE            119 third_party/sqlite/src/src/mem2.c   int nAlloc[NCSIZE];      /* Total number of allocations */
NCSIZE            120 third_party/sqlite/src/src/mem2.c   int nCurrent[NCSIZE];    /* Current number of allocations */
NCSIZE            121 third_party/sqlite/src/src/mem2.c   int mxCurrent[NCSIZE];   /* Highwater mark for nCurrent */
NCSIZE            131 third_party/sqlite/src/src/mem2.c   if( i>NCSIZE-1 ){
NCSIZE            132 third_party/sqlite/src/src/mem2.c     i = NCSIZE - 1;
NCSIZE            501 third_party/sqlite/src/src/mem2.c   for(i=0; i<NCSIZE-1; i++){
NCSIZE            507 third_party/sqlite/src/src/mem2.c   if( mem.nAlloc[NCSIZE-1] ){
NCSIZE            509 third_party/sqlite/src/src/mem2.c              NCSIZE*8-8, mem.nAlloc[NCSIZE-1],
NCSIZE            510 third_party/sqlite/src/src/mem2.c              mem.nCurrent[NCSIZE-1], mem.mxCurrent[NCSIZE-1]);
NCSIZE            521 third_party/sqlite/src/src/mem2.c   for(i=0; i<NCSIZE; i++){