]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Use the sqlite3Realloc() interface internally, rather than the public
authordrh <drh@noemail.net>
Sun, 17 May 2020 00:26:44 +0000 (00:26 +0000)
committerdrh <drh@noemail.net>
Sun, 17 May 2020 00:26:44 +0000 (00:26 +0000)
commitd924e7bc78a4ca604bce0f8d9d0390d3feddba01
tree4aa5c32ecc352491e28610d579f135a92e0a448a
parentb2eb7e46eb3c0a1611d7777fb3a1ba9b30f56ea5
Use the sqlite3Realloc() interface internally, rather than the public
sqlite3_realloc64() equivalent, to avoid unnecessary calls to
sqlite3_initialize().

FossilOrigin-Name: 1313557b512297e7b75ed748894379b2022aecf696d5a58318e46a668321c1ff
manifest
manifest.uuid
src/func.c
src/malloc.c
src/memdb.c
src/printf.c
src/table.c
src/vtab.c
src/wal.c