index
:
sqlite
master
sqlite mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test_malloc.c
Commit message (
Expand
)
Author
Age
*
GCC 13 has become more quite pedantic about the signature of functions matchi...
drh
2025-01-13
*
First attempt at getting the build to work with Tcl 9.0.
drh
2024-07-30
*
Modifications to test code so that the sqlite3MemdebugHastype() assert() stat...
dan
2020-07-16
*
In the OOM testing logic, add the sqlite3FirstFault() routine as a place to
drh
2018-05-24
*
Add the SQLITE_DBSTATUS_CACHE_SPILL option to sqlite3_db_status()
drh
2018-03-14
*
Remove the rarely-used scratch memory allocator. This makes the code smaller,
drh
2017-08-28
*
Make sure the SQLITE_TCLAPI macro is always defined.
mistachkin
2016-07-28
*
Allow the 'testfixture.exe' target to be compiled with the __stdcall calling ...
mistachkin
2016-07-28
*
Change the name of the SQLITE_DBSTATUS_PROPORTIONAL_CACHE_USED to SQLITE_DBST...
dan
2016-07-06
*
Add the SQLITE_DBSTATUS_PROPORTIONAL_CACHE_USED sqlite3_db_status() parameter.
dan
2016-07-06
*
Make sure "0" intended as a NULL pointer is cast to a pointer when used
drh
2016-04-05
*
Changes to avoid obscure, theoretical undefined behavior. This is preventative
drh
2015-12-07
*
The first argument to SQLITE_CONFIG_PAGECACHE, SQLITE_CONFIG_SCRATCH, and
drh
2015-11-26
*
Fix compiler warnings. Get the new sqlite3_result_zeroblob64() working
drh
2015-07-24
*
Modify a few test scripts to avoid leaving the sqlite3Config structure in a n...
dan
2015-07-24
*
Fix harmless compiler warnings seen with MSVC 2015.
mistachkin
2015-04-19
*
Silence some harmless uninitialized local variable warnings.
mistachkin
2015-01-12
*
Add the SQLITE_CONFIG_PMASZ start-time option.
drh
2015-01-02
*
Fix typos in comments. No code changes.
peter.d.reid
2014-09-06
*
Add the sqlite3_memdebug_title_count global variable, used during debugging
drh
2014-09-06
*
Remove the SQLITE_CONFIG_WORKER_THREADS configuration parameter. The number
drh
2014-08-25
*
Even if compile time option SQLITE_MAX_WORKER_THREADS is set to one or greate...
dan
2014-04-01
*
Clarify docs for the SQLITE_CONFIG_WIN32_HEAPSIZE option.
mistachkin
2013-11-25
*
Add experimental sqlite3_config option to control the native Win32 heap size.
mistachkin
2013-11-23
*
Fix several harmless compiler warnings. Fix a couple compiler issues with th...
mistachkin
2013-08-28
*
Add the "defer_foreign_keys" pragma and the SQLITE_DBSTATUS_DEFERRED_FKS
drh
2013-07-11
*
More refinements to Windows OSTRACE usage. Replace all usage of sqlite3TestE...
mistachkin
2013-04-29
*
Fix an out-of-order function declaration when compiled with MEMDEBUG.
mistachkin
2012-12-04
*
Add the ability to disable the covering-index-scan optimization at compile-time,
drh
2012-09-17
*
Make header comments for some Tcl test commands more consistent. No changes ...
mistachkin
2012-09-10
*
Add SQLITE_DBSTATUS_CACHE_WRITE. Used to query a database connection for the ...
drh
2012-03-24
*
Fix compiler warnings in the TCL test harness.
drh
2012-01-30
*
Add the SQLITE_DB_STATUS_CACHE_HIT and MISS options. For querying the number ...
dan
2011-09-22
*
Fix harmless compiler warnings in test code. No changes to the core.
drh
2011-08-25
*
Add the start of the "uri-filenames" feature.
dan
2011-04-22
*
Add test cases for the new lookaside hit and miss status outputs. Add
drh
2010-12-21
*
Change to tcl test infrastructure so that --malloctrace=1 works when sizeof(i...
dan
2010-08-09
*
Add the SQLITE_STATUS_MALLOC_COUNT option for sqlite3_status().
drh
2010-07-26
*
Experimental code to measure memory consumed by database schemas and prepared...
dan
2010-07-24
*
Additional test cases to cover branches in pager.c.
dan
2010-07-02
*
Add the SQLITE_DBSTATUS_CACHE_SIZE verb for sqlite3_db_status(). The
drh
2010-03-10
*
Remove the obsolete "$Id:$" RCS identifier strings from the source code.
drh
2009-11-10
*
Change to test code and scripts allowing memsys3 to be tested using a build t...
danielk1977
2009-07-01
*
Change "... myfunction() { ... }" to "... myfunction(void) { ... }" in a few pla
danielk1977
2009-04-07
*
Fix a bug in test_malloc.c whereby running multi-threaded test cases could ca...
danielk1977
2009-02-04
*
Add a HIGHSTRESS parameter to the sqlite3_config_alt_pcache debugging
drh
2009-01-07
*
Add an alternative application-defined pcache implementation and add test
drh
2008-11-19
*
Removed a few more small parts of memsys6 code, including some config and tes...
shane
2008-11-10
*
After running speed1.test and speed1p.test, reset the size of the lookaside b...
danielk1977
2008-10-15
*
Simplify the symbol hash table to use only a single key class. Other
drh
2008-10-10
[next]