Manual Page Result
0
Command: sqlite3_soft_heap_limit | Section: 3 | Source: NetBSD | File: sqlite3_soft_heap_limit.3
SQLITE3_SOFT_HEAP_LIMIT(3) FreeBSD Library Functions Manual
NAME
sqlite3_soft_heap_limit - Deprecated Soft Heap Limit Interface
SYNOPSIS
void
sqlite3_soft_heap_limit(int N);
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.
SEE ALSO
sqlite3_soft_heap_limit64(3)
FreeBSD 14.1-RELEASE-p8 December 19, 2018 FreeBSD 14.1-RELEASE-p8