Documentación offline SQLite 3.53.4
por @raupulus

Query for the amount of heap memory used by a session object.

3.53.4 Ver versión oficial en línea Licencia BlessingDescargado el 2026-09-15 Bundle .md (21.8 MB) ↓

En esta página

Session Module C Interface#

Query for the amount of heap memory used by a session object.#

sqlite3_int64 sqlite3session_memory_used(sqlite3_session *pSession);\

This API returns the total amount of heap memory in bytes currently used by the session object passed as the only argument.

See also lists of Objects, Constants, and Functions.