]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Faster memory allocation from lookaside by not trying to keep track of the
authordrh <drh@noemail.net>
Tue, 29 Aug 2017 20:21:12 +0000 (20:21 +0000)
committerdrh <drh@noemail.net>
Tue, 29 Aug 2017 20:21:12 +0000 (20:21 +0000)
commit52fb8e194564a83028c8d1ccb0a159806fb63029
tree2ffed9d300b6c4e342fb15a0abbed5b3f4481d0f
parent83bebddbd91ea60568aa4be7c268e25b8a179e82
Faster memory allocation from lookaside by not trying to keep track of the
number of outstanding allocations, and rather computing that value only
when requested.

FossilOrigin-Name: a06263f1efd2d45eac88b8d59e8fe8e458670fa3808c795feaa7f247fc36cbe9
manifest
manifest.uuid
src/build.c
src/main.c
src/malloc.c
src/sqliteInt.h
src/status.c