Lines Matching refs:sqlite3MallocSize
20629 SQLITE_PRIVATE int sqlite3MallocSize(const void*);
30500 nFull = sqlite3MallocSize(p); in mallocWithAlarm()
30580 SQLITE_PRIVATE int sqlite3MallocSize(const void *p){ in sqlite3MallocSize() function
30633 sqlite3StatusDown(SQLITE_STATUS_MEMORY_USED, sqlite3MallocSize(p)); in sqlite3_free()
30755 nOld = sqlite3MallocSize(pOld); in sqlite3Realloc()
30784 nNew = sqlite3MallocSize(pNew); in sqlite3Realloc()
37026 pH->htsize = new_size = sqlite3MallocSize(new_ht)/sizeof(struct _ht);
55475 int nBulk = sqlite3MallocSize(zBulk)/pCache->szAlloc;
55523 int sz = sqlite3MallocSize(p);
55557 nFreed = sqlite3MallocSize(p);
55578 iSize = sqlite3MallocSize(p);
63919 + sqlite3MallocSize(pPager)
75672 || nOvfl*(int)sizeof(Pgno) > sqlite3MallocSize(pCur->aOverflow)
104222 assert( p->u.iNext<sqlite3MallocSize(pList->aMemory) );
104551 pSorter->nMemory = sqlite3MallocSize(aMem);
180585 if( pStart ) szAlloc = sqlite3MallocSize(pStart);
185129 || (aDyn && nArg==(int)(sqlite3MallocSize(aDyn)/sizeof(void*)))