Lines Matching refs:sqlite3MallocSize
13178 #define SQLITE_DYNAMIC ((sqlite3_destructor_type)sqlite3MallocSize)
17408 SQLITE_PRIVATE int sqlite3MallocSize(void*);
25358 nFull = sqlite3MallocSize(p);
25422 SQLITE_PRIVATE int sqlite3MallocSize(void *p){
25459 sqlite3StatusDown(SQLITE_STATUS_MEMORY_USED, sqlite3MallocSize(p));
25530 nOld = sqlite3MallocSize(pOld);
25551 nNew = sqlite3MallocSize(pNew);
30217 pH->htsize = new_size = sqlite3MallocSize(new_ht)/sizeof(struct _ht);
46347 int nBulk = sqlite3MallocSize(zBulk)/pCache->szAlloc;
46394 int sz = sqlite3MallocSize(p);
46428 nFreed = sqlite3MallocSize(p);
46449 iSize = sqlite3MallocSize(p);
54660 + sqlite3MallocSize(pPager)
89218 assert( p->u.iNext<sqlite3MallocSize(pList->aMemory) );
89545 pSorter->nMemory = sqlite3MallocSize(aMem);
144052 if( pStart ) cnt = sqlite3MallocSize(pStart)/sz;
147816 || (aDyn && nArg==(int)(sqlite3MallocSize(aDyn)/sizeof(void*)))