Home
last modified time | relevance | path

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

/minix3/external/public-domain/sqlite/dist/
H A Dsqlite3.c8588 #define SQLITE_DYNAMIC ((sqlite3_destructor_type)sqlite3MallocSize)
12154 SQLITE_PRIVATE int sqlite3MallocSize(void*);
14241 nByte += sqlite3MallocSize(pSchema->tblHash.ht); in sqlite3_db_status()
14242 nByte += sqlite3MallocSize(pSchema->trigHash.ht); in sqlite3_db_status()
14243 nByte += sqlite3MallocSize(pSchema->idxHash.ht); in sqlite3_db_status()
14244 nByte += sqlite3MallocSize(pSchema->fkeyHash.ht); in sqlite3_db_status()
19433 nFull = sqlite3MallocSize(p); in mallocWithAlarm()
19565 int iSize = sqlite3MallocSize(p); in sqlite3ScratchFree()
19594 SQLITE_PRIVATE int sqlite3MallocSize(void *p){ in sqlite3MallocSize() function
19621 sqlite3StatusAdd(SQLITE_STATUS_MEMORY_USED, -sqlite3MallocSize(p)); in sqlite3_free()
[all …]