Updated: 2022/Sep/29

Please read Privacy Policy. It's for your privacy.


SQLITE3SESSION_MEMORY_USED(3)                         Library Functions Manual

NAME
     sqlite3session_memory_used - query for the amount of heap memory used by
     a session object

SYNOPSIS
     #include <sqlite3.h>

     sqlite3_int64
     sqlite3session_memory_used(sqlite3_session *pSession);

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

IMPLEMENTATION NOTES
     These declarations were extracted from the interface documentation at
     line 11298.

     SQLITE_API sqlite3_int64 sqlite3session_memory_used(sqlite3_session *pSession);

NetBSD 10.99                    August 24, 2023                   NetBSD 10.99