aboutsummaryrefslogtreecommitdiff
path: root/malloc
AgeCommit message (Expand)Author
2019-10-31Base max_fast on alignment, not width, of bins (Bug 24903)DJ Delorie
2019-10-30malloc: Fix missing accounting of top chunk in malloc_info [BZ #24026]Niklas Hambüchen
2019-10-30malloc: Remove unwanted leading whitespace in malloc_info [BZ #24867]Florian Weimer
2019-10-30malloc: Various cleanups for malloc/tst-mxfastFlorian Weimer
2019-10-30Add glibc.malloc.mxfast tunableDJ Delorie
2019-10-30Small tcache improvementsWilco Dijkstra
2019-10-30Fix assertion in malloc.c:tcache_get.Joseph Myers
2019-05-22Fix tcache count maximum (BZ #24531)Wilco Dijkstra
2019-05-02malloc: Check for large bin list corruption when inserting unsorted chunkAdam Maris
2019-05-02malloc: Check the alignment of mmapped chunks before unmapping.Istvan Kurucsai
2019-05-02malloc: Add more integrity checks to mremap_chunk.Istvan Kurucsai
2019-05-02malloc: Add ChangeLog for accidentally committed changeFlorian Weimer
2019-04-25Revert "memusagestat: use local glibc when linking [BZ #18465]"Florian Weimer
2019-04-24memusagestat: use local glibc when linking [BZ #18465]Mike Frysinger
2019-01-01malloc: Always call memcpy in _int_realloc [BZ #24027]Florian Weimer
2018-12-12malloc: Add another test for tcache double free check.DJ Delorie
2018-11-28malloc: tcache double free checkDJ Delorie
2018-11-22Revert "malloc: tcache double free check" [BZ #23907]Florian Weimer
2018-11-20malloc: tcache double free checkDJ Delorie
2018-11-09malloc: Additional checks for unsorted bin integrity I.Istvan Kurucsai
2018-11-09malloc: Mitigate null-byte overflow attacksMoritz Eckert
2018-11-09malloc: Verify size of top chunk.Pochang Chen
2018-06-29libc: Extend __libc_freeres framework (Bug 23329).Carlos O'Donell
2018-06-29malloc: Update heap dumping/undumping comments [BZ #23351]Florian Weimer
2018-06-26Run thread shutdown functions in an explicit orderFlorian Weimer
2018-03-14malloc: harden removal from unsorted listFrancois Goichon
2018-03-09malloc: Revert sense of prev_inuse in commentsFlorian Weimer
2018-02-21Mechanically remove _IO_ name aliases for types and constants.Zack Weinberg
2018-02-10[BZ #22830] malloc_stats: restore cancellation for stderr correctly.Zack Weinberg
2018-01-29malloc: Use assert.h's assert macroSamuel Thibault
2018-01-18Fix integer overflows in internal memalign and malloc functions [BZ #22343]Arjun Shankar
2018-01-12malloc: Ensure that the consolidated fast chunk has a sane size.Istvan Kurucsai
2018-01-04Increase some test timeouts.Joseph Myers
2018-01-01Update copyright dates not handled by scripts/update-copyrights.Joseph Myers
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2017-12-29tst-realloc: do not check for errno on success [BZ #22611]Aurelien Jarno
2017-12-11Replace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.cH.J. Lu
2017-11-30Fix integer overflow in malloc when tcache is enabled [BZ #22375]Arjun Shankar
2017-11-23malloc: Call tcache destructor in arena_thread_freeresFlorian Weimer
2017-11-16Prefer https for Sourceware linksSiddhesh Poyarekar
2017-11-15malloc: Account for all heaps in an arena in malloc_info [BZ #22439]Florian Weimer
2017-11-15malloc: Add missing arena lock in malloc_info [BZ #22408]Florian Weimer
2017-10-24Add single-threaded path to _int_mallocWilco Dijkstra
2017-10-24Add single-threaded path to malloc/realloc/calloc/memallocWilco Dijkstra
2017-10-20Fix build issue with SINGLE_THREAD_PWilco Dijkstra
2017-10-20Add single-threaded path to _int_freeWilco Dijkstra
2017-10-19Fix deadlock in _int_free consistency checkWilco Dijkstra
2017-10-18Fix build failure on tilepro due to unsupported atomicsWilco Dijkstra
2017-10-17Improve malloc initialization sequenceWilco Dijkstra
2017-10-17Use relaxed atomics for malloc have_fastchunksWilco Dijkstra