diff options
author | drh <drh@noemail.net> | 2010-12-20 17:00:27 +0000 |
---|---|---|
committer | drh <drh@noemail.net> | 2010-12-20 17:00:27 +0000 |
commit | 08bd9f83ceb589a81eebe21d27e52eb1b593f438 (patch) | |
tree | d75453185aa68e4471ffd1478443e2032a90cd07 /src | |
parent | 9c88d68988afd24e1ee607deef5531115a2c95f7 (diff) | |
download | sqlite-08bd9f83ceb589a81eebe21d27e52eb1b593f438.tar.gz sqlite-08bd9f83ceb589a81eebe21d27e52eb1b593f438.zip |
Clarify the documentation of the SQLITE_STATUS_MALLOC_COUNT parameter to
sqlite3_status().
FossilOrigin-Name: 3b41bcc3e36a9ef0146bc2f6ae86377bd1700afd
Diffstat (limited to 'src')
-rw-r--r-- | src/sqlite.h.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/sqlite.h.in b/src/sqlite.h.in index 84999d4b1..13dd1fa96 100644 --- a/src/sqlite.h.in +++ b/src/sqlite.h.in @@ -5403,7 +5403,8 @@ int sqlite3_status(int op, int *pCurrent, int *pHighwater, int resetFlag); ** 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>)^ +** <dd>This parameter records the number of separate memory allocations +** currently checked out.</dd>)^ ** ** ^(<dt>SQLITE_STATUS_PAGECACHE_USED</dt> ** <dd>This parameter returns the number of pages used out of the |