]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Change the allocator in mem2.c (used when SQLITE_MEMDEBUG is defined) so that allocat...
authordanielk1977 <danielk1977@noemail.net>
Thu, 3 Apr 2008 10:13:01 +0000 (10:13 +0000)
committerdanielk1977 <danielk1977@noemail.net>
Thu, 3 Apr 2008 10:13:01 +0000 (10:13 +0000)
commitce98bba24b3dad221030baa940c01c7bc1182c5b
treec92cd6d2110198f94dacf22dbd1a9022158bac20
parent41eb9e9986edbfeecbfaa9e1d6a7588a2fa72e26
Change the allocator in mem2.c (used when SQLITE_MEMDEBUG is defined) so that allocations are not rounded up to the nearest 4 byte boundary. Fix a couple of errors in malloc.test related to sqlite3OsAccess() returning -1. (CVS 4956)

FossilOrigin-Name: fd97f8762cb1e4653c932402940f74d7c0ebf71f
manifest
manifest.uuid
src/mem2.c
src/pager.c
src/vdbemem.c
test/malloc.test