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