Lines Matching refs:nMalloc
204176 int nMalloc; /* Size of malloc'd buffer at zMalloc */ member
204209 int nMalloc; /* Size of malloc'd buffer at zMalloc */ member
206087 if( pTree->nMalloc<nTerm ){
206092 pTree->nMalloc = nTerm*2;
206132 pNew->nMalloc = pTree->nMalloc;
206366 if( nTerm>pWriter->nMalloc ){
206371 pWriter->nMalloc = nTerm*2;
233399 i64 nMalloc; /* Number of bytes of data allocated */ member
233840 if( pSession ) pSession->nMalloc += sqlite3_msize(pRet);
233850 if( pSession ) pSession->nMalloc -= sqlite3_msize(pFree);
236650 return pSession->nMalloc;