aboutsummaryrefslogtreecommitdiff
path: root/src/test_malloc.c
Commit message (Expand)AuthorAge
* GCC 13 has become more quite pedantic about the signature of functions matchi...drh2025-01-13
* First attempt at getting the build to work with Tcl 9.0.drh2024-07-30
* Modifications to test code so that the sqlite3MemdebugHastype() assert() stat...dan2020-07-16
* In the OOM testing logic, add the sqlite3FirstFault() routine as a place todrh2018-05-24
* Add the SQLITE_DBSTATUS_CACHE_SPILL option to sqlite3_db_status()drh2018-03-14
* Remove the rarely-used scratch memory allocator. This makes the code smaller,drh2017-08-28
* Make sure the SQLITE_TCLAPI macro is always defined.mistachkin2016-07-28
* Allow the 'testfixture.exe' target to be compiled with the __stdcall calling ...mistachkin2016-07-28
* Change the name of the SQLITE_DBSTATUS_PROPORTIONAL_CACHE_USED to SQLITE_DBST...dan2016-07-06
* Add the SQLITE_DBSTATUS_PROPORTIONAL_CACHE_USED sqlite3_db_status() parameter.dan2016-07-06
* Make sure "0" intended as a NULL pointer is cast to a pointer when useddrh2016-04-05
* Changes to avoid obscure, theoretical undefined behavior. This is preventativedrh2015-12-07
* The first argument to SQLITE_CONFIG_PAGECACHE, SQLITE_CONFIG_SCRATCH, anddrh2015-11-26
* Fix compiler warnings. Get the new sqlite3_result_zeroblob64() workingdrh2015-07-24
* Modify a few test scripts to avoid leaving the sqlite3Config structure in a n...dan2015-07-24
* Fix harmless compiler warnings seen with MSVC 2015.mistachkin2015-04-19
* Silence some harmless uninitialized local variable warnings.mistachkin2015-01-12
* Add the SQLITE_CONFIG_PMASZ start-time option.drh2015-01-02
* Fix typos in comments. No code changes.peter.d.reid2014-09-06
* Add the sqlite3_memdebug_title_count global variable, used during debuggingdrh2014-09-06
* Remove the SQLITE_CONFIG_WORKER_THREADS configuration parameter. The numberdrh2014-08-25
* Even if compile time option SQLITE_MAX_WORKER_THREADS is set to one or greate...dan2014-04-01
* Clarify docs for the SQLITE_CONFIG_WIN32_HEAPSIZE option.mistachkin2013-11-25
* Add experimental sqlite3_config option to control the native Win32 heap size.mistachkin2013-11-23
* Fix several harmless compiler warnings. Fix a couple compiler issues with th...mistachkin2013-08-28
* Add the "defer_foreign_keys" pragma and the SQLITE_DBSTATUS_DEFERRED_FKSdrh2013-07-11
* More refinements to Windows OSTRACE usage. Replace all usage of sqlite3TestE...mistachkin2013-04-29
* Fix an out-of-order function declaration when compiled with MEMDEBUG.mistachkin2012-12-04
* Add the ability to disable the covering-index-scan optimization at compile-time,drh2012-09-17
* Make header comments for some Tcl test commands more consistent. No changes ...mistachkin2012-09-10
* Add SQLITE_DBSTATUS_CACHE_WRITE. Used to query a database connection for the ...drh2012-03-24
* Fix compiler warnings in the TCL test harness.drh2012-01-30
* Add the SQLITE_DB_STATUS_CACHE_HIT and MISS options. For querying the number ...dan2011-09-22
* Fix harmless compiler warnings in test code. No changes to the core.drh2011-08-25
* Add the start of the "uri-filenames" feature.dan2011-04-22
* Add test cases for the new lookaside hit and miss status outputs. Adddrh2010-12-21
* 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