xref: /netbsd-src/external/public-domain/sqlite/man/sqlite3_soft_heap_limit.3 (revision b9988867a8ad969c45a52aa7628bc932ec98d46b)
1.Dd January 24, 2024
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.In sqlite3.h
9.Ft void
10.Fo sqlite3_soft_heap_limit
11.Fa "int N"
12.Fc
13.Sh DESCRIPTION
14This is a deprecated version of the
15.Fn sqlite3_soft_heap_limit64
16interface.
17This routine is provided for historical compatibility only.
18All new applications should use the
19.Fn sqlite3_soft_heap_limit64
20interface rather than this one.
21.Sh IMPLEMENTATION NOTES
22These declarations were extracted from the
23interface documentation at line 7036.
24.Bd -literal
25SQLITE_API SQLITE_DEPRECATED void sqlite3_soft_heap_limit(int N);
26.Ed
27.Sh SEE ALSO
28.Xr sqlite3_soft_heap_limit64 3
29