]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Use exponential buffer size growth in StrAccum, as long as the size does not
authordrh <drh@noemail.net>
Mon, 3 Nov 2014 14:46:29 +0000 (14:46 +0000)
committerdrh <drh@noemail.net>
Mon, 3 Nov 2014 14:46:29 +0000 (14:46 +0000)
commit7b4d780b541ac9af0f5b183c72afa12916fd5d26
treea6f3fdaaabbd937bd1079c3f1a87fdd964e0a93d
parent7f5a7ecd216747e738588ad32064a182d2ce2928
Use exponential buffer size growth in StrAccum, as long as the size does not
grow to large, to avoid excess memory allocation resize operations.  Also,
document the fact that setting scratch memory causes SQLite to try to avoid
large memory allocations.

FossilOrigin-Name: a518bc3318232d652349eb29303ff250aee40459
manifest
manifest.uuid
src/printf.c
src/sqlite.h.in
src/vdbesort.c