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