]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Mem3.c enhanced so that an allocation of N bytes only requires (N+11)&~7 bytes
authordrh <drh@noemail.net>
Sat, 29 Dec 2007 13:18:22 +0000 (13:18 +0000)
committerdrh <drh@noemail.net>
Sat, 29 Dec 2007 13:18:22 +0000 (13:18 +0000)
commit71f971b2da24770c31cf097aad81f3df7efd286f
tree0427a082bf1e0d40910a13ce9b4832c0868fd25f
parent4eab8b7b41f205314f0a967ecf7ef56eff8b7ccc
Mem3.c enhanced so that an allocation of N bytes only requires (N+11)&~7 bytes
instead of (N+15)&~7 bytes of heap storage.  Minimum heap usage per
allocation is still 16 bytes.  8-byte alignment is preserved. (CVS 4644)

FossilOrigin-Name: d027f91cea0a6fd1e04d2b3853f21348da601a17
manifest
manifest.uuid
src/mem3.c