Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Move the malloc() failure simulation out of malloc.c and into a separate sqlite3_mem_methods interface. Still some related changes to come. (CVS 5250) |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
d22cd2a59f472f4eaf80aa9f55fbff25 |
User & Date: | danielk1977 2008-06-19 18:17:50.000 |
Context
2008-06-19
| ||
18:39 | Unset global TCL variables in the func.test script prior to use to avoid conflicts from other scripts. (CVS 5251) (check-in: 9b04e10f6c user: drh tags: trunk) | |
18:17 | Move the malloc() failure simulation out of malloc.c and into a separate sqlite3_mem_methods interface. Still some related changes to come. (CVS 5250) (check-in: d22cd2a59f user: danielk1977 tags: trunk) | |
17:54 | Documentation and test-script updates. (CVS 5249) (check-in: 68d4f79541 user: drh tags: trunk) | |
Changes
Changes to src/fault.c.
Changes to src/main.c.
Changes to src/malloc.c.
Changes to src/sqlite.h.in.
Changes to src/sqliteInt.h.
Changes to src/test_malloc.c.
Changes to test/malloc.test.
Changes to test/malloc2.test.
Changes to test/malloc_common.tcl.