SQLITE3_SOFT_HEAP_LIMIT(3) Library Functions Manual SQLITE3_SOFT_HEAP_LIMIT(3)

sqlite3_soft_heap_limit
Deprecated Soft Heap Limit Interface

void
sqlite3_soft_heap_limit(int N);

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.

sqlite3_soft_heap_limit64(3)
December 19, 2018 NetBSD 9.2