Searched refs:sqlite3_msize (Results 1 – 7 of 7) sorted by relevance
307 nByte += sqlite3_msize(pSchema->tblHash.ht); in sqlite3_db_status()308 nByte += sqlite3_msize(pSchema->trigHash.ht); in sqlite3_db_status()309 nByte += sqlite3_msize(pSchema->idxHash.ht); in sqlite3_db_status()310 nByte += sqlite3_msize(pSchema->fkeyHash.ht); in sqlite3_db_status()
404 sqlite3_msize,
384 sqlite3_uint64 sqlite3_msize(void *p){ in sqlite3_msize() function
597 #define sqlite3_msize sqlite3_api->msize macro
2973 ** sqlite3_msize(X) returns the size of that memory allocation in bytes.2974 ** ^The value returned by sqlite3_msize(X) might be larger than the number2976 ** sqlite3_msize(X) returns zero. If X points to something that is not2979 ** of sqlite3_msize(X) is undefined and possibly harmful.3001 sqlite3_uint64 sqlite3_msize(void*);
169 p->nAlloc = sqlite3_msize(p->a); in lsm1VblobEnlarge()
446 if( pSession ) pSession->nMalloc += sqlite3_msize(pRet); in sessionMalloc64()456 if( pSession ) pSession->nMalloc -= sqlite3_msize(pFree); in sessionFree()