drh
|
eee4c8ca11
|
Add the memory fault simulator to mem5.c. Enable soft heap limit on mem5.c.
Limit the size of hash tables and the vdbefifo when using mem5.c. (CVS 4795)
FossilOrigin-Name: 63da5d97542e4f54c33329833477c8d96ce05dd0
|
2008-02-18 22:24:57 +00:00 |
|
danielk1977
|
a7a8e14bf2
|
Where possible, avoid freeing buffers allocated for vdbe memory cells in case they can be reused. (CVS 4783)
FossilOrigin-Name: 990237e27e417aff3dbf05784b716c21f3761a3a
|
2008-02-13 18:25:27 +00:00 |
|
drh
|
3334e948cf
|
Improved test coverage in date.c. Report an error if a malloc
fails within strftime(). (CVS 4721)
FossilOrigin-Name: 495fb41626dfbfbeeb748675b9476a4f7cec6c7a
|
2008-01-17 20:26:46 +00:00 |
|
danielk1977
|
4152e677b8
|
Fixes for compilation/testing when the various OMIT macros are defined. (CVS 4423)
FossilOrigin-Name: c8405b15c074c94dab5e33272cf1471f458d11df
|
2007-09-12 17:01:45 +00:00 |
|
drh
|
5a3032b3e2
|
Enable threadsafe builds by default in configure. Ticket #2606.
Changes to test scripts to do better testing under all configurations. (CVS 4379)
FossilOrigin-Name: d66e08fd4f12407e565dc9fc53a5802216808378
|
2007-09-03 16:12:09 +00:00 |
|
drh
|
ed138fb3bc
|
All of the malloc test cases run. Still seeing failures in malloc4.test. (CVS 4272)
FossilOrigin-Name: 205d0b881d541db65837ce6cf44d58d607635bc2
|
2007-08-22 22:04:37 +00:00 |
|
danielk1977
|
e0fc52618c
|
Fix two obscure memory leaks that can follow a malloc() failure in sqlite3_set_auxdata(). Ticket #2534. (CVS 4185)
FossilOrigin-Name: b88af1827bec3e8a32450dd0a073ffc3b12a5939
|
2007-07-26 06:50:05 +00:00 |
|
danielk1977
|
9afe689ea4
|
Extend out-of-memory testing with fuzzily generated sql some. One fix for a problem found by the same. (CVS 4044)
FossilOrigin-Name: d2282e64f1320913797dfb4dae4db0428a15a200
|
2007-05-31 08:20:43 +00:00 |
|
danielk1977
|
c9cf901d8c
|
Add some extra tests for malloc failure during expression parsing and execution using fuzzily generated SQL. (CVS 4043)
FossilOrigin-Name: 7522d2fb3204d107b8b4816d7f39c88741f20230
|
2007-05-30 10:36:47 +00:00 |
|