Click or drag to resize
SQLite3MemoryUsed Property
Returns the number of bytes of memory currently outstanding (malloced but not freed) by SQLite.

Namespace: SQLitePCL.pretty
Assembly: SQLitePCL.pretty (in SQLitePCL.pretty.dll) Version: 1.0.0.0 (1.0.0)
Syntax
public static long MemoryUsed { get; }

Property Value

Type: Int64
See Also