]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Added an experimental malloc-free memory allocation subsystem, intended
authordrh <drh@noemail.net>
Fri, 19 Oct 2007 17:47:24 +0000 (17:47 +0000)
committerdrh <drh@noemail.net>
Fri, 19 Oct 2007 17:47:24 +0000 (17:47 +0000)
commit9c7a60dfb2734432a10709cb9cc167fd5d241193
treed6fb980a6bc8563da6eb5a943d64a86d2fb28e7b
parentf1bfe9a8bdc86fb55ae2ccfa8641e84893085917
Added an experimental malloc-free memory allocation subsystem, intended
for use on embedded systems.  Runs 7% faster than when using system
malloc() on Linux. (CVS 4493)

FossilOrigin-Name: 8487ca82fade60b9fa63abf74e10f6ebcb48b98e
Makefile.in
main.mk
manifest
manifest.uuid
src/mem1.c
src/mem2.c
src/mem3.c [new file with mode: 0644]
src/test_config.c
src/test_hexio.c
src/test_malloc.c