Home
last modified time | relevance | path

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

/freebsd-12.1/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c11227 SQLITE_PRIVATE int sqlite3MallocSize(void*);
18381 nFull = sqlite3MallocSize(p); in mallocWithAlarm()
18513 int iSize = sqlite3MallocSize(p); in sqlite3ScratchFree()
18620 nOld = sqlite3MallocSize(pOld); in sqlite3Realloc()
18643 nNew = sqlite3MallocSize(pNew); in sqlite3Realloc()
36073 int sz = sqlite3MallocSize(p);
36103 iSize = sqlite3MallocSize(p);
36122 iSize = sqlite3MallocSize(p);
36230 sz = sqlite3MallocSize(pBlock);
36321 int sz = sqlite3MallocSize(pBlock);
[all …]
/freebsd-12.1/contrib/sqlite3/
H A Dsqlite3.c19321 SQLITE_PRIVATE int sqlite3MallocSize(void*);
27527 nFull = sqlite3MallocSize(p);
27591 SQLITE_PRIVATE int sqlite3MallocSize(void *p){
27729 nOld = sqlite3MallocSize(pOld);
27752 nNew = sqlite3MallocSize(pNew);
50020 int sz = sqlite3MallocSize(p);
50054 nFreed = sqlite3MallocSize(p);
50075 iSize = sqlite3MallocSize(p);
58341 + sqlite3MallocSize(pPager)
95402 pSorter->nMemory = sqlite3MallocSize(aMem);
[all …]