Sqlite.Memory – sqlite3 Reference Manual
Memory
Description:
public
namespace
Memory
Namespace:
Sqlite.Memory
Package:
sqlite3
Content:
Methods:
public
void
free
(
void
* mem)
public
int64
highwater
(
int
reset =
0
)
public
void
*
malloc
(
int
n_bytes)
public
void
*
realloc
(
void
* mem,
int
n_bytes)
public
int
release
(
int
bytes)
public
void
soft_heap_limit
(
int
limit)
public
int64
soft_heap_limit64
(
int64
limit =
-1
)
public
int64
used
()
2022 vala-language.org