]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Make sure all memory allocations are 8-byte aligned. Ticket #3040.
authordrh <drh@noemail.net>
Thu, 10 Apr 2008 14:57:24 +0000 (14:57 +0000)
committerdrh <drh@noemail.net>
Thu, 10 Apr 2008 14:57:24 +0000 (14:57 +0000)
commitfab69597cce91196499c626ac7269f3ec6176ffb
treeab0d64cb26035b514f9a9281f190fd18c933856c
parent5d1f5aa6ef6c3a9ea9e6e2e0becee2b134213944
Make sure all memory allocations are 8-byte aligned.  Ticket #3040.
Note that the mem3.c memory allocator returns 4-byte aligned memory
allocations.  But as mem3.c is intended for use in 32-bit embedded
systems, we are not going to change that. (CVS 4978)

FossilOrigin-Name: d11e8e307af906db75ae7aede790464fabd06422
manifest
manifest.uuid
src/mem2.c
src/vdbeaux.c