Lines Matching full:soft
4455 ** ^The sqlite3_soft_heap_limit() interface places a "soft" limit
4458 ** soft heap limit, [sqlite3_release_memory()] is invoked one or
4461 ** ^The limit is called "soft" because if [sqlite3_release_memory()]
4465 ** ^A negative or zero value for N means that there is no soft heap limit and
4467 ** ^The default value for the soft heap limit is zero.
4469 ** ^(SQLite makes a best effort to honor the soft heap limit.
4470 ** But if the soft heap limit cannot be honored, execution will
4472 ** called a "soft" limit. It is advisory only.
4476 ** runs. Beginning with SQLite version 3.5.0, the soft heap limit is
4477 ** applied to all threads. The value specified for the soft heap limit
15635 ** total memory allocation is about to exceed the soft heap
15648 ** Set the soft heap-size limit for the library. Passing a zero or
30397 ** configured soft-heap-limit to be breached, it will be possible to
34403 ** soft memory limit. The first argument is a pointer to a Pager object
98832 int nNodeSize; /* Soft limit for node size */