Searched refs:nMalloc (Results 1 – 1 of 1) sorted by relevance
204490 int nMalloc; /* Size of malloc'd buffer at zMalloc */ member204523 int nMalloc; /* Size of malloc'd buffer at zMalloc */ member206401 if( pTree->nMalloc<nTerm ){206406 pTree->nMalloc = nTerm*2;206446 pNew->nMalloc = pTree->nMalloc;206680 if( nTerm>pWriter->nMalloc ){206685 pWriter->nMalloc = nTerm*2;233794 i64 nMalloc; /* Number of bytes of data allocated */ member234235 if( pSession ) pSession->nMalloc += sqlite3_msize(pRet);234245 if( pSession ) pSession->nMalloc -= sqlite3_msize(pFree);[all …]