]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Make use of sqlite3DbMallocSize to maximize the size of growable buffers
authordrh <drh@noemail.net>
Fri, 5 Dec 2008 15:24:15 +0000 (15:24 +0000)
committerdrh <drh@noemail.net>
Fri, 5 Dec 2008 15:24:15 +0000 (15:24 +0000)
commit6a1e071f3d8701fd1d60610727ce085ce494f6d7
tree883eff1b9b588b17947ed203daa597f17dd510c7
parent165be38b827f313f96db9c7a657b6f82ec269919
Make use of sqlite3DbMallocSize to maximize the size of growable buffers
after each reallocation.  Added new comments and testcase() macros to
where.c. (CVS 5981)

FossilOrigin-Name: 46f2d08959423e130a5b346138311649d92f0fde
manifest
manifest.uuid
src/build.c
src/expr.c
src/malloc.c
src/vdbeaux.c
src/where.c