Searched refs:nMalloc (Results 1 – 1 of 1) sorted by relevance
204176 int nMalloc; /* Size of malloc'd buffer at zMalloc */ member204209 int nMalloc; /* Size of malloc'd buffer at zMalloc */ member206087 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 */ member233840 if( pSession ) pSession->nMalloc += sqlite3_msize(pRet);233850 if( pSession ) pSession->nMalloc -= sqlite3_msize(pFree);[all …]