Hi All, I am a newer for using the SQLite library. I want to using the library for an embedded project. There are some limitation in our project. heap size is: 6M Bytes
I'm using Sqlite 3.2.8 on a neither unix nor windows platform. I have overwrited the malloc()/free()/realloc() functions. I mean the problem is in my project, which call malloc() many times. And there is too great a consumption of memory in our system. For this problem, Can anyone tell me which Compilation Options should omit/configure? Or other soluction? Thanks, VK

