Lines Matching refs:sqlite3MallocSize
21095 SQLITE_PRIVATE int sqlite3MallocSize(const void*);
31014 nFull = sqlite3MallocSize(p); in mallocWithAlarm()
31094 SQLITE_PRIVATE int sqlite3MallocSize(const void *p){ in sqlite3MallocSize() function
31147 sqlite3StatusDown(SQLITE_STATUS_MEMORY_USED, sqlite3MallocSize(p)); in sqlite3_free()
31269 nOld = sqlite3MallocSize(pOld); in sqlite3Realloc()
31298 nNew = sqlite3MallocSize(pNew); in sqlite3Realloc()
37516 pH->htsize = new_size = sqlite3MallocSize(new_ht)/sizeof(struct _ht); in rehash()
56423 int nBulk = sqlite3MallocSize(zBulk)/pCache->szAlloc;
56472 int sz = sqlite3MallocSize(p);
56506 nFreed = sqlite3MallocSize(p);
56527 iSize = sqlite3MallocSize(p);
64880 + sqlite3MallocSize(pPager)
76714 || nOvfl*(int)sizeof(Pgno) > sqlite3MallocSize(pCur->aOverflow)
105526 assert( p->u.iNext<sqlite3MallocSize(pList->aMemory) );
105859 pSorter->nMemory = sqlite3MallocSize(aMem);
183453 if( pStart ) szAlloc = sqlite3MallocSize(pStart);
188035 || (aDyn && nArg==(int)(sqlite3MallocSize(aDyn)/sizeof(void*)))