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

/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c11227 SQLITE_PRIVATE int sqlite3MallocSize(void*);
13157 nByte += sqlite3MallocSize(pSchema->tblHash.ht);
13158 nByte += sqlite3MallocSize(pSchema->trigHash.ht);
13159 nByte += sqlite3MallocSize(pSchema->idxHash.ht);
13160 nByte += sqlite3MallocSize(pSchema->fkeyHash.ht);
18381 nFull = sqlite3MallocSize(p);
18513 int iSize = sqlite3MallocSize(p);
18542 SQLITE_PRIVATE int sqlite3MallocSize(void *p){ function
18568 sqlite3StatusAdd(SQLITE_STATUS_MEMORY_USED, -sqlite3MallocSize(p));
18620 nOld = sqlite3MallocSize(pOl
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c19627 SQLITE_PRIVATE int sqlite3MallocSize(void*);
27934 SQLITE_PRIVATE int sqlite3MallocSize(void *p){ function
[all...]

Completed in 651 milliseconds