]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add the slightly faster sqlite3DbMallocRawNN(db,n) routine for the majority oom-handling
authordrh <drh@noemail.net>
Fri, 5 Feb 2016 13:38:36 +0000 (13:38 +0000)
committerdrh <drh@noemail.net>
Fri, 5 Feb 2016 13:38:36 +0000 (13:38 +0000)
commit575fad6500070ad7fc7f91a8906b0b285965f99a
tree02a034f606a55aa903a161878ede6ff87932f75b
parent98c7a12c003278d9332c25dc9782e491b7bb0845
Add the slightly faster sqlite3DbMallocRawNN(db,n) routine for the majority
cases where db is guaranteed to be not NULL.

FossilOrigin-Name: 0a802e96ab06e2643834b83671fa8353da1a348d
22 files changed:
manifest
manifest.uuid
src/analyze.c
src/attach.c
src/build.c
src/date.c
src/delete.c
src/expr.c
src/fkey.c
src/insert.c
src/malloc.c
src/rowset.c
src/select.c
src/sqliteInt.h
src/update.c
src/util.c
src/vdbe.c
src/vdbeaux.c
src/vdbemem.c
src/vtab.c
src/where.c
src/whereexpr.c