Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c21719 SQLITE_PRIVATE int sqlite3MallocSize(const void*);
31732 nFull = sqlite3MallocSize(p); in mallocWithAlarm()
31791 SQLITE_PRIVATE int sqlite3MallocSize(const void *p){ in sqlite3MallocSize() function
31844 sqlite3StatusDown(SQLITE_STATUS_MEMORY_USED, sqlite3MallocSize(p)); in sqlite3_free()
31965 nOld = sqlite3MallocSize(pOld); in sqlite3Realloc()
31994 nNew = sqlite3MallocSize(pNew); in sqlite3Realloc()
38755 pH->htsize = new_size = sqlite3MallocSize(new_ht)/sizeof(struct _ht); in rehash()
57951 int nBulk = sqlite3MallocSize(zBulk)/pCache->szAlloc;
58000 int sz = sqlite3MallocSize(p);
58034 nFreed = sqlite3MallocSize(p);
[all …]