summaryrefslogtreecommitdiff
path: root/mysys/my_alloc.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.3 into 10.4Marko Mäkelä2020-11-031-1/+1
|\
| * Merge 10.2 into 10.3Marko Mäkelä2020-11-021-1/+1
| |\
| | * MDEV-22387: Do not violate __attribute__((nonnull))Marko Mäkelä2020-11-021-1/+1
* | | Merge 10.3 into 10.4Marko Mäkelä2020-09-031-1/+3
|\ \ \ | |/ /
| * | Merge 10.2 into 10.3Marko Mäkelä2020-09-031-1/+3
| |\ \ | | |/
| | * MDEV-22387: Do not pass null pointer to some memcpy()Marko Mäkelä2020-09-031-1/+3
* | | Merge remote-tracking branch 'origin/10.3' into 10.4Monty2020-07-031-1/+1
|\ \ \ | |/ /
| * | MDEV-20377 post-fix: Introduce MEM_MAKE_ADDRESSABLEMarko Mäkelä2020-07-021-1/+1
* | | Merge 10.3 into 10.4Marko Mäkelä2019-05-291-1/+2
|\ \ \ | |/ /
| * | Merge 10.2 into 10.3Marko Mäkelä2019-05-291-1/+2
| |\ \ | | |/
| | * Merge 5.5 into 10.1Marko Mäkelä2019-05-281-1/+2
| | |\
| | | * MDEV-17799 Add ASAN-poisoned redzones for MEM_ROOT and mem_heap_tEugene Kosov2019-05-201-1/+2
* | | | Merge branch '10.3' into 10.4Oleksandr Byelkin2019-05-191-1/+1
|\ \ \ \ | |/ / /
| * | | Merge 10.2 into 10.3Marko Mäkelä2019-05-141-1/+1
| |\ \ \ | | |/ /
| | * | Merge branch '5.5' into 10.1Vicențiu Ciorbaru2019-05-111-1/+1
| | |\ \ | | | |/
| | | * Update FSF AddressVicențiu Ciorbaru2019-05-111-1/+1
* | | | cleanup: safe_lexcstrdup_root()Sergei Golubchik2018-10-311-0/+11
* | | | Merge 10.3 into 10.4Marko Mäkelä2018-10-051-1/+2
|\ \ \ \ | |/ / /
| * | | Merge branch '10.2' into 10.3Sergei Golubchik2018-09-281-1/+2
| |\ \ \ | | |/ /
| | * | Merge branch '10.0' into 10.1Sergei Golubchik2018-09-231-1/+2
| | |\ \
| | | * \ Merge 5.5 into 10.0Marko Mäkelä2018-09-211-1/+2
| | | |\ \ | | | | |/
| | | | * MDEV-17248 Improve ASAN memory pool instrumentationEugene Kosov2018-09-211-1/+2
* | | | | mysys: rename ME_xxx flags to match plugin apiSergei Golubchik2018-06-041-2/+2
|/ / / /
* | | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2018-02-081-3/+7
|\ \ \ \ | |/ / /
| * | | Merge branch 'github/10.0' into 10.1Sergei Golubchik2018-02-021-4/+7
| |\ \ \ | | |/ /
| | * | Merge remote-tracking branch '5.5' into 10.0Vicențiu Ciorbaru2018-01-241-4/+7
| | |\ \ | | | |/
| | | * improve ASAN instrumentation: MEM_ROOTSergei Golubchik2018-01-221-3/+6
| | | * Correct TRASH() macro usageSergei Golubchik2018-01-221-1/+1
* | | | Added name to MEM_ROOT for esier debuggingMonty2018-02-021-6/+13
* | | | Do not define unused function mark_blocks_free()Marko Mäkelä2018-01-171-1/+3
* | | | Reducing memory when using information schemaMonty2017-11-021-1/+21
|/ / /
* | | spelling fixesklemens2017-03-071-1/+1
* | | MDEV-8208: Sporadic SEGFAULT on startupNirbhay Choubey2015-09-251-1/+4
* | | Cherry pick dynamic array changes from commit:Sergey Vojtovich2014-12-051-7/+8
|/ /
* | MDEV-5314 - Compiling fails on OSX using clangSergey Vojtovich2014-02-191-1/+1
* | Temporary commit of 10.0-mergeMichael Widenius2013-03-261-1/+1
* | MDEV-4011 Added per thread memory counting and usageMichael Widenius2013-01-231-9/+28
|/
* 5.3 mergeSergei Golubchik2012-01-131-1/+2
|\
| * Initail merge with MySQL 5.1 (XtraDB still needs to be merged)Michael Widenius2011-11-211-2/+4
| |\
* | \ mysql-5.5.18 mergeSergei Golubchik2011-11-031-2/+2
|\ \ \
| * \ \ Updated/added copyright headersKent Boortz2011-06-301-2/+2
| |\ \ \ | | | |/ | | |/|
| | * | Updated/added copyright headersKent Boortz2011-06-301-2/+4
| | |\ \
| | | * | Updated/added copyright headersKent Boortz2011-06-301-2/+3
| | | * | Bug#38296 (low memory crash with many conditions in a query)Marc Alff2008-08-111-1/+1
* | | | | add safemalloc backSergei Golubchik2011-07-101-0/+1
* | | | | merge.Sergei Golubchik2010-11-251-4/+3
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| |
| * | | Merge with MySQL 5.1.49Michael Widenius2010-08-021-1/+17
| |\ \ \ | | |/ /
| * | | Added macros to inform valgrind that memory is uninitializedMichael Widenius2010-05-261-2/+1
| * | | We are now using Valgrind rather than purify, and have for quite some time.unknown2009-05-061-3/+3
* | | | Bug#34043: Server loops excessively in _checkchunk() when safemalloc is enabledDavi Arnaut2010-07-081-3/+3