Searched defs:sqlite3MallocSize (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dmalloc.c284 nFull = sqlite3MallocSize(p);
416 int iSize = sqlite3MallocSize(p);
445 int sqlite3MallocSize(void *p){ function
471 sqlite3StatusAdd(SQLITE_STATUS_MEMORY_USED, -sqlite3MallocSize(p));
523 nOld = sqlite3MallocSize(pOld);
545 nNew = sqlite3MallocSize(pNew);
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c10936 SQLITE_PRIVATE int sqlite3MallocSize(void*);
12816 nByte += sqlite3MallocSize(pSchema->tblHash.ht);
12817 nByte += sqlite3MallocSize(pSchema->trigHash.ht);
12818 nByte += sqlite3MallocSize(pSchema->idxHash.ht);
12819 nByte += sqlite3MallocSize(pSchema->fkeyHash.ht);
18004 nFull = sqlite3MallocSize(p);
18136 int iSize = sqlite3MallocSize(p);
18165 SQLITE_PRIVATE int sqlite3MallocSize(void *p){ function
18191 sqlite3StatusAdd(SQLITE_STATUS_MEMORY_USED, -sqlite3MallocSize(p));
18243 nOld = sqlite3MallocSize(pOl
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c8074 #define SQLITE_DYNAMIC ((sqlite3_destructor_type)sqlite3MallocSize)
11484 SQLITE_PRIVATE int sqlite3MallocSize(void*);
13466 nByte += sqlite3MallocSize(pSchema->tblHash.ht);
13467 nByte += sqlite3MallocSize(pSchema->trigHash.ht);
13468 nByte += sqlite3MallocSize(pSchema->idxHash.ht);
13469 nByte += sqlite3MallocSize(pSchema->fkeyHash.ht);
18870 nFull = sqlite3MallocSize(p);
19002 int iSize = sqlite3MallocSize(p);
19031 SQLITE_PRIVATE int sqlite3MallocSize(void *p){ function
19057 sqlite3StatusAdd(SQLITE_STATUS_MEMORY_USED, -sqlite3MallocSize(
[all...]
/external/sqlite/dist/
H A Dsqlite3.c8074 #define SQLITE_DYNAMIC ((sqlite3_destructor_type)sqlite3MallocSize)
11484 SQLITE_PRIVATE int sqlite3MallocSize(void*);
13466 nByte += sqlite3MallocSize(pSchema->tblHash.ht);
13467 nByte += sqlite3MallocSize(pSchema->trigHash.ht);
13468 nByte += sqlite3MallocSize(pSchema->idxHash.ht);
13469 nByte += sqlite3MallocSize(pSchema->fkeyHash.ht);
18870 nFull = sqlite3MallocSize(p);
19002 int iSize = sqlite3MallocSize(p);
19031 SQLITE_PRIVATE int sqlite3MallocSize(void *p){ function
19057 sqlite3StatusAdd(SQLITE_STATUS_MEMORY_USED, -sqlite3MallocSize(
[all...]

Completed in 8550 milliseconds