Searched refs:sqlite3MallocSize (Results 1 – 1 of 1) sorted by relevance
21741 SQLITE_PRIVATE int sqlite3MallocSize(const void*);31762 nFull = sqlite3MallocSize(p); in mallocWithAlarm()31821 SQLITE_PRIVATE int sqlite3MallocSize(const void *p){ in sqlite3MallocSize() function31874 sqlite3StatusDown(SQLITE_STATUS_MEMORY_USED, sqlite3MallocSize(p)); in sqlite3_free()31995 nOld = sqlite3MallocSize(pOld); in sqlite3Realloc()32024 nNew = sqlite3MallocSize(pNew); in sqlite3Realloc()38785 pH->htsize = new_size = sqlite3MallocSize(new_ht)/sizeof(struct _ht); in rehash()57999 int nBulk = sqlite3MallocSize(zBulk)/pCache->szAlloc;58049 int sz = sqlite3MallocSize(p);58083 nFreed = sqlite3MallocSize(p);[all …]