aboutsummaryrefslogtreecommitdiff
path: root/src/mem2.c
Commit message (Expand)AuthorAge
* Fix another harmless compiler warning for MSVC.mistachkin2021-10-12
* Fix harmless compiler warnings in the debug build for MSVC.mistachkin2021-10-12
* Modifications to test code so that the sqlite3MemdebugHastype() assert() stat...dan2020-07-16
* Enhance (and fix) the MEMTYPE tags associated with heap memory allocationsdrh2014-10-07
* Fix harmless MSVC compiler warning with MEMDEBUG defined.mistachkin2013-08-31
* Fix several harmless compiler warnings. Fix a couple compiler issues with th...mistachkin2013-08-28
* Add evidence mark comments to source code. Add additional information to thedrh2010-08-31
* Disable the MEMSYS2 auxiliary routines if MEMSYS2 is changed to an alternativedrh2010-08-20
* Make sure all memory from sqlite3DbMalloc() is freed by sqlite3DbFree()drh2010-07-26
|\
| * Make sure all memory from sqlite3DbMalloc() is freed by sqlite3DbFree() anddrh2010-07-24
|/
* Add assert()s to mem2.c (activated by SQLITE_MEMDEBUG) which verify thatdrh2010-03-12
* Correct an assert() in mem2.c (test code only).dan2010-03-08
* In the debugging memory allocator, initialize new memory allocations todrh2010-01-05
* Remove the obsolete "$Id:$" RCS identifier strings from the source code.drh2009-11-10
* Use the ROUND8() macro to round an integer up to the nearest multiple of 8 an...danielk19772009-03-23
* Changes to reduce the heap space consumed by triggers, views and tables in th...danielk19772009-02-19
* Improved overrun detection in mem2.c (SQLITE_MEMDEBUG). Previously was only ...shane2009-02-05
* Never use strlen(). Use our own internal sqlite3Strlen30() which isdrh2008-12-10
* Fix harmless compiler warnings. Improved comments in the query optimizer. (C...drh2008-12-05
* Remove the vestigial mem4 and mem6 memory allocators. Add thedrh2008-10-28
* Begin adding support for the SQLITE_OMIT_WSD macro. Some (many) WSD variables...danielk19772008-09-01
* Fix further warnings/compilation errors in test code. (CVS 5558)danielk19772008-08-12
* Updates to mem6.c allocator. (CVS 5473)danielk19772008-07-25
* Reduce the size of the parser allocation. Add additional instrumentationdrh2008-07-24
* Add mem6.c, a new allocator. More to come. (CVS 5467)danielk19772008-07-24
* Enhancements to the testing logic for malloc and mutex. Only permit onedrh2008-07-10
* Bug fixes: Plug a memory leak introduced by the previous check-in. Getdrh2008-06-19
* Implement the 'CONFIG_SINGLETHREAD' and 'CONFIG_MULTITHREAD' configuration mo...danielk19772008-06-18
* Change the mutex interface to be pluggable. This is an incremental checkin, t...danielk19772008-06-17
* Add internal interfaces: PageMalloc/PageFree and ScratchMalloc/ScratchFree. ...drh2008-06-17
* Continuing work on the new memory allocation subsystem.drh2008-06-15
* Continuing progress on the new memory allocation subsystem. Added thedrh2008-06-14
* Progress toward implementation of sqlite3_config() and a rework of thedrh2008-06-13
* Make sure all memory allocations are 8-byte aligned. Ticket #3040.drh2008-04-10
* Change the allocator in mem2.c (used when SQLITE_MEMDEBUG is defined) so that...danielk19772008-04-03
* If memory is leaked when running a test script with the --malloctrace option,...danielk19772008-03-28
* Add some more logging to the malloc system used when SQLITE_MEMDEBUG is defin...danielk19772008-03-21
* Change non-exported memory interfaces to following the naming conventions. (C...drh2008-02-19
* Add the experimental mem5.c memory allocator. Allocate the content partdrh2008-02-14
* Where possible, avoid freeing buffers allocated for vdbe memory cells in case...danielk19772008-02-13
* Add the fault injector module in fault.c. Use it as a basis for memorydrh2008-01-22
* Add the optional (and experimental) mmap() memory allocator in thedrh2007-11-29
* Drop support for the SQLITE_OMIT_MEMORY_ALLOCATION compile-time option. (CVS ...drh2007-11-05
* Added an experimental malloc-free memory allocation subsystem, intendeddrh2007-10-19
* Add a malloc size histogram to the debugging malloc implementationdrh2007-10-15
* Add automatic recovery from the pager "error-state". Also add a new error cod...danielk19772007-10-03
* Fix a problem handling a malloc() failure in printf.c. Also some other things...danielk19772007-09-01
* Check in extra fixes for malloc4.test. (CVS 4341)danielk19772007-08-30
* Modifications to the malloc failure tests to test transient and persistent fa...danielk19772007-08-29
* Bug fix in the memory leak trace output. (CVS 4283)drh2007-08-24