Searched refs:sqlite3MallocSize (Results 1 – 1 of 1) sorted by relevance
20629 SQLITE_PRIVATE int sqlite3MallocSize(const void*);30500 nFull = sqlite3MallocSize(p); in mallocWithAlarm()30580 SQLITE_PRIVATE int sqlite3MallocSize(const void *p){ in sqlite3MallocSize() function30755 nOld = sqlite3MallocSize(pOld); in sqlite3Realloc()30784 nNew = sqlite3MallocSize(pNew); in sqlite3Realloc()55523 int sz = sqlite3MallocSize(p);55557 nFreed = sqlite3MallocSize(p);55578 iSize = sqlite3MallocSize(p);63919 + sqlite3MallocSize(pPager)104551 pSorter->nMemory = sqlite3MallocSize(aMem);[all …]