Lines Matching refs:sqlite3MallocSize
20551 SQLITE_PRIVATE int sqlite3MallocSize(const void*);
30202 nFull = sqlite3MallocSize(p); in mallocWithAlarm()
30282 SQLITE_PRIVATE int sqlite3MallocSize(const void *p){ in sqlite3MallocSize() function
30335 sqlite3StatusDown(SQLITE_STATUS_MEMORY_USED, sqlite3MallocSize(p)); in sqlite3_free()
30457 nOld = sqlite3MallocSize(pOld); in sqlite3Realloc()
30485 nNew = sqlite3MallocSize(pNew); in sqlite3Realloc()
36686 pH->htsize = new_size = sqlite3MallocSize(new_ht)/sizeof(struct _ht);
55116 int nBulk = sqlite3MallocSize(zBulk)/pCache->szAlloc;
55164 int sz = sqlite3MallocSize(p);
55198 nFreed = sqlite3MallocSize(p);
55219 iSize = sqlite3MallocSize(p);
63560 + sqlite3MallocSize(pPager)
75264 || nOvfl*(int)sizeof(Pgno) > sqlite3MallocSize(pCur->aOverflow)
103682 assert( p->u.iNext<sqlite3MallocSize(pList->aMemory) );
104011 pSorter->nMemory = sqlite3MallocSize(aMem);
178969 if( pStart ) szAlloc = sqlite3MallocSize(pStart);
183513 || (aDyn && nArg==(int)(sqlite3MallocSize(aDyn)/sizeof(void*)))