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.
See also lists of Objects, Constants, and Functions.
SQLite is in the Public Domain.
本文档系腾讯云开发者社区成员共同维护,如有问题请联系 cloudcommunity@tencent.com