about summary refs log tree commit diff
path: root/malloc/malloc.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-021-1/+1
* free: preserve errno [BZ#17924]Paul Eggert2020-12-291-4/+9
* malloc: Basic support for memory tagging in the malloc() familyRichard Earnshaw2020-12-211-67/+269
* malloc: Use __libc_initial to detect an inner libcFlorian Weimer2020-12-161-0/+2
* malloc: Detect infinite-loop in _int_free when freeing tcache [BZ#27052]W. Hashimoto2020-12-111-1/+4
* Replace Minumum/minumum with Minimum/minimumH.J. Lu2020-10-061-1/+1
* Update mallinfo2 ABI, and testDJ Delorie2020-09-171-0/+2
* Add mallinfo2 function that support sizes >= 4GB.Martin Liska2020-08-311-5/+30
* malloc: ensure set_max_fast never stores zero [BZ #25733]DJ Delorie2020-04-061-1/+1
* Fix alignment bug in Safe-LinkingEyal Itkin2020-03-311-11/+11
* Typo fixes and CR cleanup in Safe-LinkingEyal Itkin2020-03-311-15/+15
* Add Safe-Linking to fastbins and tcacheEyal Itkin2020-03-291-13/+58
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-011-1/+1
* Correct range checking in mallopt/mxfast/tcache [BZ #25194]DJ Delorie2019-12-051-12/+20
* Base max_fast on alignment, not width, of bins (Bug 24903)DJ Delorie2019-10-301-1/+1
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-071-1/+1
* Add glibc.malloc.mxfast tunableDJ Delorie2019-08-091-7/+14
* malloc: Fix missing accounting of top chunk in malloc_info [BZ #24026]Niklas Hambüchen2019-08-081-0/+6
* malloc: Remove unwanted leading whitespace in malloc_info [BZ #24867]Florian Weimer2019-08-011-1/+1
* Small tcache improvementsWilco Dijkstra2019-05-171-8/+6
* Fix tcache count maximum (BZ #24531)Wilco Dijkstra2019-05-101-2/+7
* malloc: make malloc fail with requests larger than PTRDIFF_MAX (BZ#23741)Adhemerval Zanella2019-04-181-64/+48
* malloc: Check for large bin list corruption when inserting unsorted chunkAdam Maris2019-03-141-0/+4
* Avoid "inline" after return type in function definitions.Joseph Myers2019-02-061-22/+11
* Fix assertion in malloc.c:tcache_get.Joseph Myers2019-02-041-1/+1
* malloc: Revert fastbins to old-style atomicsFlorian Weimer2019-01-181-96/+70
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-011-1/+1
* malloc: Always call memcpy in _int_realloc [BZ #24027]Florian Weimer2018-12-311-42/+1
* malloc: Check the alignment of mmapped chunks before unmapping.Istvan Kurucsai2018-12-211-1/+4
* malloc: Add more integrity checks to mremap_chunk.Istvan Kurucsai2018-12-201-3/+9
* malloc: tcache: Validate tc_idx before checking for double-frees [BZ #23907]Florian Weimer2018-11-261-25/+25
* malloc: tcache double free checkDJ Delorie2018-11-201-0/+28
* malloc: Use current (C11-style) atomics for fastbin accessFlorian Weimer2018-11-131-70/+96
* malloc: Convert the unlink macro to the unlink_chunk functionFlorian Weimer2018-11-121-45/+47
* malloc: Add ChangeLog for accidentally committed changeFlorian Weimer2018-08-201-1/+1
* malloc: Additional checks for unsorted bin integrity I.Istvan Kurucsai2018-08-171-4/+15
* malloc: Mitigate null-byte overflow attacksMoritz Eckert2018-08-161-0/+4
* malloc: Verify size of top chunk.Pochang Chen2018-08-161-0/+3
* malloc: Update heap dumping/undumping comments [BZ #23351]Florian Weimer2018-06-291-16/+0
* malloc: harden removal from unsorted listFrancois Goichon2018-03-141-0/+2
* malloc: Revert sense of prev_inuse in commentsFlorian Weimer2018-03-091-3/+3
* Mechanically remove _IO_ name aliases for types and constants.Zack Weinberg2018-02-211-3/+3
* [BZ #22830] malloc_stats: restore cancellation for stderr correctly.Zack Weinberg2018-02-101-1/+1
* malloc: Use assert.h's assert macroSamuel Thibault2018-01-291-7/+4
* Fix integer overflows in internal memalign and malloc functions [BZ #22343]Arjun Shankar2018-01-181-8/+22
* malloc: Ensure that the consolidated fast chunk has a sane size.Istvan Kurucsai2018-01-121-0/+6
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-011-1/+1
* Fix integer overflow in malloc when tcache is enabled [BZ #22375]Arjun Shankar2017-11-301-1/+2
* malloc: Call tcache destructor in arena_thread_freeresFlorian Weimer2017-11-231-7/+16
* malloc: Account for all heaps in an arena in malloc_info [BZ #22439]Florian Weimer2017-11-151-4/+13