diff options
author | drh <drh@noemail.net> | 2010-07-28 15:49:02 +0000 |
---|---|---|
committer | drh <drh@noemail.net> | 2010-07-28 15:49:02 +0000 |
commit | 154a3192134c86f9b0fd232c0b80e4e9cc2a79d7 (patch) | |
tree | 4b58d517ed9bb7df2bb001d0c9aace54a7966952 /src | |
parent | cf4d38aaf0d7d1024e1b308c07b4934006666c3b (diff) | |
download | sqlite-154a3192134c86f9b0fd232c0b80e4e9cc2a79d7.tar.gz sqlite-154a3192134c86f9b0fd232c0b80e4e9cc2a79d7.zip |
Add documentation for the SQLITE_STATUS_MALLOC_COUNT parameter to
sqlite3_status().
FossilOrigin-Name: dbfbdb60c00b5aeae29c85acec0ae910b82dbdba
Diffstat (limited to 'src')
-rw-r--r-- | src/sqlite.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/sqlite.h.in b/src/sqlite.h.in index 0c71848d3..61cb7ebec 100644 --- a/src/sqlite.h.in +++ b/src/sqlite.h.in @@ -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 |