Re: [sqlite] SQLITE_OMIT_MEMORY_ALLOCATION

2007-11-08 Thread Mark Spiegel
I'm sure I can use some #defines to point to my own malloc, realloc, and free routines. Unfortunately, it may be some time before I get to this so I'll have to stick with 3.5.1 for now. Before I do that, I'm going to have to study the later source to try to get a better understanding of what

Re: [sqlite] SQLITE_OMIT_MEMORY_ALLOCATION

2007-11-08 Thread drh
Mark Spiegel <[EMAIL PROTECTED]> wrote: > I just started looking at 3.5.2 and notice that support for > SQLITE_OMIT_MEMORY_ALLOCATION was removed. This is a problem for me. > Is there some reasoning behind this? Yes. We are doing a lot of experimental work on the memory allocation. See