Small. Fast. Reliable.
Choose any three.

SQLite C接口

不建议使用的软堆限制接口

void sqlite3_soft_heap_limit(int N);

这是sqlite3_soft_heap_limit64() 接口的不推荐使用的版本。提供此例程仅出于历史兼容性。所有新应用程序都应使用 sqlite3_soft_heap_limit64()接口,而不要使用此接口。

另请参见 对象常量函数的列表