1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-11-16 23:02:26 +03:00

Add documentation for the SQLITE_STATUS_MALLOC_COUNT parameter to

sqlite3_status().

FossilOrigin-Name: dbfbdb60c00b5aeae29c85acec0ae910b82dbdba
This commit is contained in:
drh
2010-07-28 15:49:02 +00:00
parent cf4d38aaf0
commit 154a319213
3 changed files with 13 additions and 10 deletions

View File

@@ -5143,6 +5143,9 @@ int sqlite3_status(int op, int *pCurrent, int *pHighwater, int resetFlag);
** *pHighwater parameter to [sqlite3_status()] is of interest.
** The value written into the *pCurrent parameter is undefined.</dd>)^
**
** ^(<dt>SQLITE_STATUS_MALLOC_COUNT</dt>
** <dd>This parameter records the number of separate memory allocations.</dd>)^
**
** ^(<dt>SQLITE_STATUS_PAGECACHE_USED</dt>
** <dd>This parameter returns the number of pages used out of the
** [pagecache memory allocator] that was configured using