1.Dd December 19, 2018 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 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