On the SQLITE_OMIT_LOOKASIDE macro. On Fri, Nov 27, 2015 at 2:45 PM, Richard Hipp <drh at sqlite.org> wrote: > The lookaside memory allocator is a fast memory pool used by > individual database connections for short-lived memory allocations. > It makes SQLite run faster, but by bypassing the system > malloc()/free() it can mask some types of heap corruption. Best to > turn it off when dealing with suspected heap problems.
This is useful to know. Can you put it to the documentation under http://sqlite.org/compile.html#omit_lookaside please? -- Ambrus