]> git.ipfire.org Git - thirdparty/sqlite.git/commit
For the mem1.c system malloc implementation, use the malloc_usable_size()
authordrh <drh@noemail.net>
Wed, 9 Nov 2011 01:53:25 +0000 (01:53 +0000)
committerdrh <drh@noemail.net>
Wed, 9 Nov 2011 01:53:25 +0000 (01:53 +0000)
commit6a8ab6d9cb0614224b569c9e065d934e7b65a743
tree03c712ebecb4d92b76006a85313b9d643e926326
parente5c40b18e34f22c7e553d738e9065801e2178694
For the mem1.c system malloc implementation, use the malloc_usable_size()
function if the HAVE_MALLOC_USABLE_SIZE macro is defined.  Update autoconf
to look for that function when configuring.

FossilOrigin-Name: 2e8ab3cedfebc33a831837792b523d1aa7cdc6b7
config.h.in
configure
configure.ac
manifest
manifest.uuid
src/mem1.c
src/test_config.c
test/dbstatus.test
test/memsubsys1.test