Searched refs:sqlite3MallocSize (Results 1 – 9 of 9) sorted by relevance
266 nFull = sqlite3MallocSize(p); in mallocWithAlarm()346 int sqlite3MallocSize(const void *p){ in sqlite3MallocSize() function399 sqlite3StatusDown(SQLITE_STATUS_MEMORY_USED, sqlite3MallocSize(p)); in sqlite3_free()521 nOld = sqlite3MallocSize(pOld); in sqlite3Realloc()549 nNew = sqlite3MallocSize(pNew); in sqlite3Realloc()
319 int nBulk = sqlite3MallocSize(zBulk)/pCache->szAlloc; in pcache1InitBulk()367 int sz = sqlite3MallocSize(p); in pcache1Alloc()401 nFreed = sqlite3MallocSize(p); in pcache1Free()422 iSize = sqlite3MallocSize(p); in pcache1MemSize()
258 || (aDyn && nArg==(int)(sqlite3MallocSize(aDyn)/sizeof(void*))) in sqlite3ConnectionUnlocked()
132 pH->htsize = new_size = sqlite3MallocSize(new_ht)/sizeof(struct _ht); in rehash()
1421 assert( p->u.iNext<sqlite3MallocSize(pList->aMemory) ); in vdbeSorterSort()1750 pSorter->nMemory = sqlite3MallocSize(aMem); in vdbeSorterFlushPMA()
777 if( pStart ) szAlloc = sqlite3MallocSize(pStart); in setupLookaside()
4410 int sqlite3MallocSize(const void*);
6761 + sqlite3MallocSize(pPager) in sqlite3PagerMemUsed()
5009 || nOvfl*(int)sizeof(Pgno) > sqlite3MallocSize(pCur->aOverflow) in accessPayload()