]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add the SQLITE_4_BYTE_ALIGNED_MALLOC compile-time option which tells some
authordrh <drh@noemail.net>
Fri, 4 Dec 2009 23:10:12 +0000 (23:10 +0000)
committerdrh <drh@noemail.net>
Fri, 4 Dec 2009 23:10:12 +0000 (23:10 +0000)
commit8e14c59611b1347a2efa72be53fbd87fbf29c36f
tree0a848e41edc7b4fbee94311b01aece7cc756cc28
parent44a1d920503767e7ebe22e340cceb32a86949525
Add the SQLITE_4_BYTE_ALIGNED_MALLOC compile-time option which tells some
assert() statements that the underlying system only requires 4-byte alignment
of 8-byte data objects like double or int64 and that system malloc() only
guarantees 4-byte alignment of returned pointers.

FossilOrigin-Name: 08faee686eb2fabe0dde51231ee55880e78541e8
manifest
manifest.uuid
src/sqliteInt.h