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
*
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
*
Add SQLITE_STATUS_PAGECACHE_SIZE and SQLITE_STATUS_SCRATCH_SIZE. (CVS 5537)
drh
2008-08-05
*
Separate verbs of sqlite3_config() and sqlite3_db_config() into their
drh
2008-08-04
*
Test cases for sqlite3_db_config() and sqlite3_db_status(). (CVS 5518)
drh
2008-08-01
*
Change the definition of SQLITE_CONFIG_PAGECACHE and
drh
2008-07-31
*
Enhancements to the pagecache malloc test configuration. Changes to the
drh
2008-07-29
*
Implement the "lookaside" memory allocation cache. Use of this cache makes
drh
2008-07-28
*
Add the capability to track the maximum depth of the LALR(1) parser stack
drh
2008-07-25
*
Updates to mem6.c allocator. (CVS 5473)
danielk1977
2008-07-25
*
Add mem6.c, a new allocator. More to come. (CVS 5467)
danielk1977
2008-07-24
*
Activate testing of mem3 and mem5. Fix problems found. Tickets #3223
drh
2008-07-16
*
Additional test coverage for the btree module. Remove the failsafe() macro
drh
2008-07-11
*
Enhancements to the testing logic for malloc and mutex. Only permit one
drh
2008-07-10
*
Test coverage improvements on printf. (CVS 5385)
drh
2008-07-09
*
Begin adding the failsafe() macro. (CVS 5383)
drh
2008-07-09
*
Fix mem3.c (broken by (5320)). (CVS 5321)
danielk1977
2008-06-27
*
Change mem5.c so that the minimum allocation size is runtime configurable. (C...
danielk1977
2008-06-27
*
Fix the allocator in mem5.c so that it can be enabled at run time using the s...
danielk1977
2008-06-25
*
Fix up some details to do with the mem3.c (memsys3) allocator. If the library...
danielk1977
2008-06-25
*
Modify the memory allocation system in mem3.c so to fit in with the new sqlit...
danielk1977
2008-06-24
*
Add a mode to the sqlite3_test_control() interface to register hooks called a...
danielk1977
2008-06-20
*
Move (almost all) malloc failure test logic from fault.c to test_malloc.c. (C...
danielk1977
2008-06-20
*
Move the malloc() failure simulation out of malloc.c and into a separate sqli...
danielk1977
2008-06-19
*
Add some test logic to the new memory allocation subsystem. (Lots more needed.)
drh
2008-06-19
*
Added support for scratch-memory lookaside allocations. Largely untested.
drh
2008-06-18
*
Unused functions in testfixture.exe with certain defines. (CVS 5172)
shane
2008-05-29
*
Changes to the Mem structure to reduce the frequency of freeing and reallocat...
danielk1977
2008-03-28
*
Patch to the new memory tracing logic that allows it to build even if
drh
2008-03-28
*
If memory is leaked when running a test script with the --malloctrace option,...
danielk1977
2008-03-28
*
Use a vdbe memory cell to allocate the space required for vdbe cursors. (CVS ...
danielk1977
2008-03-25
*
Add some more logging to the malloc system used when SQLITE_MEMDEBUG is defin...
danielk1977
2008-03-21
*
Minor test coverage enhancements. (CVS 4877)
drh
2008-03-18
*
Add the ability to simulate out-of-memory errors when using the default
drh
2008-03-18
*
Change non-exported memory interfaces to following the naming conventions. (C...
drh
2008-02-19
*
Add the memory fault simulator to mem5.c. Enable soft heap limit on mem5.c.
drh
2008-02-18
*
The power-of-two first-fit memory allocator is now working. (CVS 4793)
drh
2008-02-16
*
Where possible, avoid freeing buffers allocated for vdbe memory cells in case...
danielk1977
2008-02-13
[next]