Name

SQLITE_DEFAULT_MEMSTATUS — Memory status configuration

Common Usage

SQLITE_DEFAULT_MEMSTATUS=<0|1>

Default

1 (enabled and available)

Description

Sets the default configuration (enabled or disabled) of the memory status system. Memory status must be available for the sqlite3_memory_used(), sqlite3_memory_highwater(), sqlite3_soft_heap_limit(), or sqlite3_status() API functions to provide valid data. The memory status system can be enabled or disabled at runtime using sqlite3_config().

See Also

sqlite3_config() [C API, Ap G]

Get Using SQLite now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.