diff options
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 |