Searched refs:sqlite3MallocSize (Results 1 – 1 of 1) sorted by relevance
21095 SQLITE_PRIVATE int sqlite3MallocSize(const void*);31014 nFull = sqlite3MallocSize(p); in mallocWithAlarm()31094 SQLITE_PRIVATE int sqlite3MallocSize(const void *p){ in sqlite3MallocSize() function31147 sqlite3StatusDown(SQLITE_STATUS_MEMORY_USED, sqlite3MallocSize(p)); in sqlite3_free()31269 nOld = sqlite3MallocSize(pOld); in sqlite3Realloc()31298 nNew = sqlite3MallocSize(pNew); in sqlite3Realloc()37516 pH->htsize = new_size = sqlite3MallocSize(new_ht)/sizeof(struct _ht); in rehash()56423 int nBulk = sqlite3MallocSize(zBulk)/pCache->szAlloc;56472 int sz = sqlite3MallocSize(p);56506 nFreed = sqlite3MallocSize(p);[all …]