Home
last modified time | relevance | path

Searched refs:nMalloc (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dsqlite3.c204490 int nMalloc; /* Size of malloc'd buffer at zMalloc */ member
204523 int nMalloc; /* Size of malloc'd buffer at zMalloc */ member
206401 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 */ member
234235 if( pSession ) pSession->nMalloc += sqlite3_msize(pRet);
234245 if( pSession ) pSession->nMalloc -= sqlite3_msize(pFree);
[all …]