Small. Fast. Reliable.
Choose any three.

SQLite C Interface

Memory Allocator Statistics

sqlite3_int64 sqlite3_memory_used(void);
sqlite3_int64 sqlite3_memory_highwater(int resetFlag);

SQLite provides these two interfaces for reporting on the status of the sqlite3_malloc(), sqlite3_free(), and sqlite3_realloc() routines, which form the built-in memory allocation subsystem.

Requirements: H17371 H17373 H17374 H17375

See also lists of Objects, Constants, and Functions.


This page last modified 2009/07/31 12:35:28 UTC