aboutsummaryrefslogtreecommitdiff
path: root/test/malloc5.test
Commit message (Expand)AuthorAge
* Update a test case in malloc5.test to take into account that malloc()dan2018-06-02
* Remove some 'breakpoint' commands in test files.mistachkin2017-07-19
* Fix some tests in malloc5.test to account for the sqlite3_release_memory()dan2017-03-29
* Update a test parameter in malloc5.test to account for the increase in defaultdan2017-02-07
* Modify a few test scripts to avoid leaving the sqlite3Config structure in a n...dan2015-07-24
* More adjustments to the malloc5.test module so that it works correctly withdrh2015-07-17
* Defer the bulk pcache1 memory allocation until the first page allocationdrh2015-07-16
* Adjustment to a malloc test so that it accepts a narrow range of values todrh2015-06-24
* Revise test cases in malloc5.test to accommodate varying allocationdrh2015-03-10
* Minor fixes for test cases. No code changes.dan2013-08-21
* Fix test case issues related to errors in file-controls and the PSOW flag.dan2012-01-13
* All the soft_heap_limit to be exceeded by 10% in test cases.drh2011-10-08
* Add retry logic for AV defense to winOpen. Also, refactor test suite to allo...mistachkin2011-08-02
* Fix malloc5.test so it work on both 64-bit and 32-bit systems. Thedrh2009-04-11
* Fix a bug in the multi-index OR cost estimator. Remove leftover "breakpoint"drh2008-12-30
* Modifications to malloc5.test to account for the fact that sqlite3_release_me...danielk19772008-08-27
* Fix soft-heap-limit related test suite failures. (CVS 5582)danielk19772008-08-21
* Add the memory fault simulator to mem5.c. Enable soft heap limit on mem5.c.drh2008-02-18
* Fix a problem in test script malloc5.test. (CVS 4455)danielk19772007-10-03
* Enable threadsafe builds by default in configure. Ticket #2606.drh2007-09-03
* Handle transient malloc() failures in sqlite3CreateFunc(). (CVS 4371)danielk19772007-09-03
* Add some comments and test-cases for the global lru page list (used by sqlite...danielk19772007-08-28
* All of the malloc test cases run. Still seeing failures in malloc4.test. (CV...drh2007-08-22
* Updates to test scripts for better support of soft-heap-limit testing. (CVS 4...drh2007-08-12
* Add the --soft-heap-limit=N option to the test scripts. Set this value todrh2007-08-10
* Make sure autovacuum is turned off for malloc5.test. (CVS 3826)drh2007-04-07
* Avoid attempting to reclaim memory from in-memory databases in sqlite3_releas...danielk19772007-04-05
* Fix a resource leak introduced by the change-counter optimisation. Also add s...danielk19772007-04-02
* Account for read-uncommitted cursors in sqlite3BtreeClearTable(). (CVS 2977)danielk19772006-01-19
* Fix problems compiling with memory-management enabled. Ticket #1619. (CVS 2960)danielk19772006-01-16
* Add a runtime interface to enable memory-management features. (CVS 2894)danielk19772006-01-09
* Move TCL interface for sqlite3_release_memory() and sqlite3_soft_heap_limit()drh2006-01-05
* Add part of the btree layer of the shared-cache feature. (CVS 2848)danielk19772005-12-30
* Add simple tests and fixes for sqlite3_soft_heap_limit() (CVS 2837)danielk19772005-12-20
* Add some very simple test cases (and resulting bug fixes) for release_memory(...danielk19772005-12-19