aboutsummaryrefslogtreecommitdiff
path: root/src/test_malloc.c
Commit message (Expand)AuthorAge
* Change to tcl test infrastructure so that --malloctrace=1 works when sizeof(i...dan2010-08-09
* Add the SQLITE_STATUS_MALLOC_COUNT option for sqlite3_status().drh2010-07-26
* Experimental code to measure memory consumed by database schemas and prepared...dan2010-07-24
* Additional test cases to cover branches in pager.c.dan2010-07-02
* Add the SQLITE_DBSTATUS_CACHE_SIZE verb for sqlite3_db_status(). The drh2010-03-10
* Remove the obsolete "$Id:$" RCS identifier strings from the source code.drh2009-11-10
* Change to test code and scripts allowing memsys3 to be tested using a build t...danielk19772009-07-01
* Change "... myfunction() { ... }" to "... myfunction(void) { ... }" in a few pladanielk19772009-04-07
* Fix a bug in test_malloc.c whereby running multi-threaded test cases could ca...danielk19772009-02-04
* Add a HIGHSTRESS parameter to the sqlite3_config_alt_pcache debuggingdrh2009-01-07
* Add an alternative application-defined pcache implementation and add testdrh2008-11-19
* Removed a few more small parts of memsys6 code, including some config and tes...shane2008-11-10
* After running speed1.test and speed1p.test, reset the size of the lookaside b...danielk19772008-10-15
* Simplify the symbol hash table to use only a single key class. Otherdrh2008-10-10
* Add SQLITE_STATUS_PAGECACHE_SIZE and SQLITE_STATUS_SCRATCH_SIZE. (CVS 5537)drh2008-08-05
* Separate verbs of sqlite3_config() and sqlite3_db_config() into theirdrh2008-08-04
* Test cases for sqlite3_db_config() and sqlite3_db_status(). (CVS 5518)drh2008-08-01
* Change the definition of SQLITE_CONFIG_PAGECACHE anddrh2008-07-31
* Enhancements to the pagecache malloc test configuration. Changes to thedrh2008-07-29
* Implement the "lookaside" memory allocation cache. Use of this cache makesdrh2008-07-28
* Add the capability to track the maximum depth of the LALR(1) parser stackdrh2008-07-25
* Updates to mem6.c allocator. (CVS 5473)danielk19772008-07-25
* Add mem6.c, a new allocator. More to come. (CVS 5467)danielk19772008-07-24
* Activate testing of mem3 and mem5. Fix problems found. Tickets #3223drh2008-07-16
* Additional test coverage for the btree module. Remove the failsafe() macrodrh2008-07-11
* Enhancements to the testing logic for malloc and mutex. Only permit onedrh2008-07-10
* Test coverage improvements on printf. (CVS 5385)drh2008-07-09
* Begin adding the failsafe() macro. (CVS 5383)drh2008-07-09
* Fix mem3.c (broken by (5320)). (CVS 5321)danielk19772008-06-27
* Change mem5.c so that the minimum allocation size is runtime configurable. (C...danielk19772008-06-27
* Fix the allocator in mem5.c so that it can be enabled at run time using the s...danielk19772008-06-25
* Fix up some details to do with the mem3.c (memsys3) allocator. If the library...danielk19772008-06-25
* Modify the memory allocation system in mem3.c so to fit in with the new sqlit...danielk19772008-06-24
* Add a mode to the sqlite3_test_control() interface to register hooks called a...danielk19772008-06-20
* Move (almost all) malloc failure test logic from fault.c to test_malloc.c. (C...danielk19772008-06-20
* Move the malloc() failure simulation out of malloc.c and into a separate sqli...danielk19772008-06-19
* Add some test logic to the new memory allocation subsystem. (Lots more needed.)drh2008-06-19
* Added support for scratch-memory lookaside allocations. Largely untested.drh2008-06-18
* Unused functions in testfixture.exe with certain defines. (CVS 5172)shane2008-05-29
* Changes to the Mem structure to reduce the frequency of freeing and reallocat...danielk19772008-03-28
* Patch to the new memory tracing logic that allows it to build even ifdrh2008-03-28
* If memory is leaked when running a test script with the --malloctrace option,...danielk19772008-03-28
* Use a vdbe memory cell to allocate the space required for vdbe cursors. (CVS ...danielk19772008-03-25
* Add some more logging to the malloc system used when SQLITE_MEMDEBUG is defin...danielk19772008-03-21
* Minor test coverage enhancements. (CVS 4877)drh2008-03-18
* Add the ability to simulate out-of-memory errors when using the defaultdrh2008-03-18
* Change non-exported memory interfaces to following the naming conventions. (C...drh2008-02-19
* Add the memory fault simulator to mem5.c. Enable soft heap limit on mem5.c.drh2008-02-18
* The power-of-two first-fit memory allocator is now working. (CVS 4793)drh2008-02-16
* Where possible, avoid freeing buffers allocated for vdbe memory cells in case...danielk19772008-02-13