pub unsafe fn sqlite3_memory_used() -> sqlite3_int64
Expand description
Return the amount of memory currently checked out.
See https://www.sqlite.org/c3ref/memory_highwater.html
See https://github.com/sqlite/sqlite/blob/4112a63b8fa8357133f2c8e089dcd9193fc2926b/src/malloc.c