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

/external/sqlite/dist/orig/
H A Dsqlite3.c9888 #define SQLITE_DYNAMIC ((sqlite3_destructor_type)sqlite3MallocSize)
13702 SQLITE_PRIVATE int sqlite3MallocSize(void*);
15995 nByte += sqlite3MallocSize(pSchema->tblHash.ht);
15996 nByte += sqlite3MallocSize(pSchema->trigHash.ht);
15997 nByte += sqlite3MallocSize(pSchema->idxHash.ht);
15998 nByte += sqlite3MallocSize(pSchema->fkeyHash.ht);
21588 nFull = sqlite3MallocSize(p);
21674 sqlite3StatusUp(SQLITE_STATUS_SCRATCH_OVERFLOW, sqlite3MallocSize(p));
21723 int iSize = sqlite3MallocSize(p);
21752 SQLITE_PRIVATE int sqlite3MallocSize(voi function
[all...]
/external/sqlite/dist/
H A Dsqlite3.c9888 #define SQLITE_DYNAMIC ((sqlite3_destructor_type)sqlite3MallocSize)
13702 SQLITE_PRIVATE int sqlite3MallocSize(void*);
15995 nByte += sqlite3MallocSize(pSchema->tblHash.ht);
15996 nByte += sqlite3MallocSize(pSchema->trigHash.ht);
15997 nByte += sqlite3MallocSize(pSchema->idxHash.ht);
15998 nByte += sqlite3MallocSize(pSchema->fkeyHash.ht);
21588 nFull = sqlite3MallocSize(p);
21674 sqlite3StatusUp(SQLITE_STATUS_SCRATCH_OVERFLOW, sqlite3MallocSize(p));
21723 int iSize = sqlite3MallocSize(p);
21752 SQLITE_PRIVATE int sqlite3MallocSize(voi function
[all...]

Completed in 661 milliseconds