sqlite3MallocSize 10921 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3MallocSize(void*); sqlite3MallocSize 12801 third_party/sqlite/amalgamation/sqlite3.c nByte += sqlite3MallocSize(pSchema->tblHash.ht); sqlite3MallocSize 12802 third_party/sqlite/amalgamation/sqlite3.c nByte += sqlite3MallocSize(pSchema->trigHash.ht); sqlite3MallocSize 12803 third_party/sqlite/amalgamation/sqlite3.c nByte += sqlite3MallocSize(pSchema->idxHash.ht); sqlite3MallocSize 12804 third_party/sqlite/amalgamation/sqlite3.c nByte += sqlite3MallocSize(pSchema->fkeyHash.ht); sqlite3MallocSize 17989 third_party/sqlite/amalgamation/sqlite3.c nFull = sqlite3MallocSize(p); sqlite3MallocSize 18121 third_party/sqlite/amalgamation/sqlite3.c int iSize = sqlite3MallocSize(p); sqlite3MallocSize 18176 third_party/sqlite/amalgamation/sqlite3.c sqlite3StatusAdd(SQLITE_STATUS_MEMORY_USED, -sqlite3MallocSize(p)); sqlite3MallocSize 18228 third_party/sqlite/amalgamation/sqlite3.c nOld = sqlite3MallocSize(pOld); sqlite3MallocSize 18250 third_party/sqlite/amalgamation/sqlite3.c nNew = sqlite3MallocSize(pNew); sqlite3MallocSize 21496 third_party/sqlite/amalgamation/sqlite3.c pH->htsize = new_size = sqlite3MallocSize(new_ht)/sizeof(struct _ht); sqlite3MallocSize 35144 third_party/sqlite/amalgamation/sqlite3.c int sz = sqlite3MallocSize(p); sqlite3MallocSize 35174 third_party/sqlite/amalgamation/sqlite3.c iSize = sqlite3MallocSize(p); sqlite3MallocSize 35193 third_party/sqlite/amalgamation/sqlite3.c iSize = sqlite3MallocSize(p); sqlite3MallocSize 42502 third_party/sqlite/amalgamation/sqlite3.c + sqlite3MallocSize(pPager) sqlite3MallocSize 110174 third_party/sqlite/amalgamation/sqlite3.c || (aDyn && nArg==(int)(sqlite3MallocSize(aDyn)/sizeof(void*))) sqlite3MallocSize 125 third_party/sqlite/src/src/hash.c pH->htsize = new_size = sqlite3MallocSize(new_ht)/sizeof(struct _ht); sqlite3MallocSize 284 third_party/sqlite/src/src/malloc.c nFull = sqlite3MallocSize(p); sqlite3MallocSize 416 third_party/sqlite/src/src/malloc.c int iSize = sqlite3MallocSize(p); sqlite3MallocSize 471 third_party/sqlite/src/src/malloc.c sqlite3StatusAdd(SQLITE_STATUS_MEMORY_USED, -sqlite3MallocSize(p)); sqlite3MallocSize 523 third_party/sqlite/src/src/malloc.c nOld = sqlite3MallocSize(pOld); sqlite3MallocSize 545 third_party/sqlite/src/src/malloc.c nNew = sqlite3MallocSize(pNew); sqlite3MallocSize 258 third_party/sqlite/src/src/notify.c || (aDyn && nArg==(int)(sqlite3MallocSize(aDyn)/sizeof(void*))) sqlite3MallocSize 6072 third_party/sqlite/src/src/pager.c + sqlite3MallocSize(pPager) sqlite3MallocSize 230 third_party/sqlite/src/src/pcache1.c int sz = sqlite3MallocSize(p); sqlite3MallocSize 260 third_party/sqlite/src/src/pcache1.c iSize = sqlite3MallocSize(p); sqlite3MallocSize 279 third_party/sqlite/src/src/pcache1.c iSize = sqlite3MallocSize(p); sqlite3MallocSize 2576 third_party/sqlite/src/src/sqliteInt.h int sqlite3MallocSize(void*); sqlite3MallocSize 179 third_party/sqlite/src/src/status.c nByte += sqlite3MallocSize(pSchema->tblHash.ht); sqlite3MallocSize 180 third_party/sqlite/src/src/status.c nByte += sqlite3MallocSize(pSchema->trigHash.ht); sqlite3MallocSize 181 third_party/sqlite/src/src/status.c nByte += sqlite3MallocSize(pSchema->idxHash.ht); sqlite3MallocSize 182 third_party/sqlite/src/src/status.c nByte += sqlite3MallocSize(pSchema->fkeyHash.ht);