]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add some test logic to the new memory allocation subsystem. (Lots more needed.)
authordrh <drh@noemail.net>
Thu, 19 Jun 2008 00:16:08 +0000 (00:16 +0000)
committerdrh <drh@noemail.net>
Thu, 19 Jun 2008 00:16:08 +0000 (00:16 +0000)
commitf7141990544d890600a565e9dfc8e27ce1b69fda
tree4b8748d7ad2268f9587219d2fb6ceabc4f5da8aa
parent6a9773e88423672078011b1833e17361b62a4485
Add some test logic to the new memory allocation subsystem.  (Lots more needed.)
The test suite is currently indicating memory leaks, though it is unclear if
this is a true code problem or just an instrumentation problem. (CVS 5240)

FossilOrigin-Name: cb1f11cd9764cf0275e88e1f6342e366e5536bfd
13 files changed:
Makefile.in
main.mk
manifest
manifest.uuid
src/btree.c
src/main.c
src/malloc.c
src/sqlite.h.in
src/sqliteInt.h
src/test_malloc.c
test/memsubsys1.test [new file with mode: 0644]
test/tester.tcl
tool/mksqlite3c.tcl