August 2010
Intermediate to advanced
526 pages
23h 39m
English
SQLITE_DEFAULT_MEMSTATUS — Memory status configuration
SQLITE_DEFAULT_MEMSTATUS=<0|1>
1
(enabled and available)
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().
sqlite3_config() [C API, Ap G]
Read now
Unlock full access