Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.c20551 SQLITE_PRIVATE int sqlite3MallocSize(const void*);
30202 nFull = sqlite3MallocSize(p); in mallocWithAlarm()
30282 SQLITE_PRIVATE int sqlite3MallocSize(const void *p){ in sqlite3MallocSize() function
30335 sqlite3StatusDown(SQLITE_STATUS_MEMORY_USED, sqlite3MallocSize(p)); in sqlite3_free()
30457 nOld = sqlite3MallocSize(pOld); in sqlite3Realloc()
30485 nNew = sqlite3MallocSize(pNew); in sqlite3Realloc()
36686 pH->htsize = new_size = sqlite3MallocSize(new_ht)/sizeof(struct _ht);
55116 int nBulk = sqlite3MallocSize(zBulk)/pCache->szAlloc;
55164 int sz = sqlite3MallocSize(p);
55198 nFreed = sqlite3MallocSize(p);
[all …]