]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Experimental branch to provide SQLITE_LIMIT_HEAP_K to limit the amount of limit_heap_k
authordrh <drh@noemail.net>
Thu, 7 Nov 2019 19:59:14 +0000 (19:59 +0000)
committerdrh <drh@noemail.net>
Thu, 7 Nov 2019 19:59:14 +0000 (19:59 +0000)
commit34483dec7da4395cbec641faabe38e4ad5806479
tree021f0394fcc233c0e7d5ff6b4a9f0e422cd90cd6
parent1e7c00e695ff7fe8ab92e34e5793636b6cf3f420
Experimental branch to provide SQLITE_LIMIT_HEAP_K to limit the amount of
allocated memory used by each database connection, individually.

FossilOrigin-Name: 4ab9dbb9394ceaa014a55394a98d74008036ef0cdbc28e626024ada3d2079e39
manifest
manifest.uuid
src/main.c
src/malloc.c
src/shell.c.in
src/sqlite.h.in
src/sqliteInt.h
src/sqliteLimit.h
src/test1.c