summaryrefslogtreecommitdiff
path: root/external/public-domain/sqlite/man/sqlite3_soft_heap_limit.3
blob: ca269fdb7efd883b4f5ec3985f64a76d5ba3ad9e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
.Dd December 19, 2018
.Dt SQLITE3_SOFT_HEAP_LIMIT 3
.Os
.Sh NAME
.Nm sqlite3_soft_heap_limit
.Nd Deprecated Soft Heap Limit Interface
.Sh SYNOPSIS
.Ft void 
.Fo sqlite3_soft_heap_limit
.Fa "int N"
.Fc
.Sh DESCRIPTION
This is a deprecated version of the sqlite3_soft_heap_limit64()
interface.
This routine is provided for historical compatibility only.
All new applications should use the sqlite3_soft_heap_limit64()
interface rather than this one.
.Sh SEE ALSO
.Xr sqlite3_soft_heap_limit64 3