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