]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Continuing work on the new memory allocation subsystem.
authordrh <drh@noemail.net>
Sun, 15 Jun 2008 02:51:47 +0000 (02:51 +0000)
committerdrh <drh@noemail.net>
Sun, 15 Jun 2008 02:51:47 +0000 (02:51 +0000)
commite5ae5735c0abbd832e12a9633d1a10e9074bf82a
treedd8af64eb83c92bd4b226f3ae983d19ad9cb7b42
parentfec00eabb3c144813164c9f04cc0fffd93c45247
Continuing work on the new memory allocation subsystem.
Added routines for temporary memory allocation.  Right the btree
balance mechanism to only do one temporary allocation at a time. (CVS 5220)

FossilOrigin-Name: 65fe7b62cfe7d11cd667681a64c96fe7b2fe5685
26 files changed:
manifest
manifest.uuid
src/attach.c
src/btree.c
src/btreeInt.h
src/build.c
src/date.c
src/func.c
src/hash.c
src/legacy.c
src/malloc.c
src/mem1.c
src/mem2.c
src/mutex.c
src/mutex.h
src/os.c
src/pager.c
src/prepare.c
src/printf.c
src/sqlite.h.in
src/sqliteInt.h
src/tokenize.c
src/vdbe.c
src/vdbeaux.c
src/vdbefifo.c
src/where.c