1*b9988867Schristos.Dd January 24, 2024 2f3c4d887Schristos.Dt SQLITE3SESSION_MEMORY_USED 3 3f3c4d887Schristos.Os 4f3c4d887Schristos.Sh NAME 5f3c4d887Schristos.Nm sqlite3session_memory_used 6f3c4d887Schristos.Nd query for the amount of heap memory used by a session object 7f3c4d887Schristos.Sh SYNOPSIS 8f3c4d887Schristos.In sqlite3.h 9f3c4d887Schristos.Ft sqlite3_int64 10f3c4d887Schristos.Fo sqlite3session_memory_used 11f3c4d887Schristos.Fa "sqlite3_session *pSession" 12f3c4d887Schristos.Fc 13f3c4d887Schristos.Sh DESCRIPTION 14f3c4d887SchristosThis API returns the total amount of heap memory in bytes currently 15f3c4d887Schristosused by the session object passed as the only argument. 16f3c4d887Schristos.Sh IMPLEMENTATION NOTES 17f3c4d887SchristosThese declarations were extracted from the 18*b9988867Schristosinterface documentation at line 11427. 19f3c4d887Schristos.Bd -literal 20f3c4d887SchristosSQLITE_API sqlite3_int64 sqlite3session_memory_used(sqlite3_session *pSession); 21f3c4d887Schristos.Ed 22