Packages
sqlite3
Sqlite
Memory
free
highwater
malloc
realloc
release
soft_heap_limit
soft_heap_limit64
used
Sqlite.Memory
Description:
Content:
Functions:
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
()