SQLite

Changes On Branch winHeapSize
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Changes In Branch winHeapSize Excluding Merge-Ins

This is equivalent to a diff from f336c18f to 51e87607

2013-11-25
23:42
Add SQLITE_CONFIG_WIN32_HEAPSIZE option to configure the maximum isolated heap size on Windows. (check-in: 914e6c9d user: mistachkin tags: trunk)
21:49
Clarify docs for the SQLITE_CONFIG_WIN32_HEAPSIZE option. (Closed-Leaf check-in: 51e87607 user: mistachkin tags: winHeapSize)
2013-11-23
04:16
Add the "speedtest1.exe" test program. (check-in: fb6f0c6d user: drh tags: trunk)
00:27
Add experimental sqlite3_config option to control the native Win32 heap size. (check-in: f09f11e9 user: mistachkin tags: winHeapSize)
2013-11-22
21:32
Fix harmless compiler warning. (check-in: f336c18f user: mistachkin tags: trunk)
00:49
Minor correction to the batch build tool for MSVC. (check-in: 22144c9d user: mistachkin tags: trunk)

Changes to src/main.c.

Changes to src/os_win.c.

Changes to src/sqlite.h.in.

Changes to src/test_config.c.

Changes to src/test_malloc.c.

Added test/win32heap.test.