Home
last modified time | relevance | path

Searched refs:sqlite3MallocSize (Results 1 – 9 of 9) sorted by relevance

/sqlite-3.40.0/src/
H A Dmalloc.c266 nFull = sqlite3MallocSize(p); in mallocWithAlarm()
346 int sqlite3MallocSize(const void *p){ in sqlite3MallocSize() function
399 sqlite3StatusDown(SQLITE_STATUS_MEMORY_USED, sqlite3MallocSize(p)); in sqlite3_free()
521 nOld = sqlite3MallocSize(pOld); in sqlite3Realloc()
549 nNew = sqlite3MallocSize(pNew); in sqlite3Realloc()
H A Dpcache1.c319 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()
H A Dnotify.c258 || (aDyn && nArg==(int)(sqlite3MallocSize(aDyn)/sizeof(void*))) in sqlite3ConnectionUnlocked()
H A Dhash.c132 pH->htsize = new_size = sqlite3MallocSize(new_ht)/sizeof(struct _ht); in rehash()
H A Dvdbesort.c1421 assert( p->u.iNext<sqlite3MallocSize(pList->aMemory) ); in vdbeSorterSort()
1750 pSorter->nMemory = sqlite3MallocSize(aMem); in vdbeSorterFlushPMA()
H A Dmain.c777 if( pStart ) szAlloc = sqlite3MallocSize(pStart); in setupLookaside()
H A DsqliteInt.h4410 int sqlite3MallocSize(const void*);
H A Dpager.c6761 + sqlite3MallocSize(pPager) in sqlite3PagerMemUsed()
H A Dbtree.c5009 || nOvfl*(int)sizeof(Pgno) > sqlite3MallocSize(pCur->aOverflow) in accessPayload()