summaryrefslogtreecommitdiff
path: root/malloc/malloc.c
AgeCommit message (Expand)Author
2018-06-29malloc: Update heap dumping/undumping comments [BZ #23351]Florian 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-01Update copyright dates with scripts/update-copyrights.Joseph Myers
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-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
2017-10-17Inline tcache functionsWilco Dijkstra
2017-10-06malloc: Fix tcache leak after thread destruction [BZ #22111]Carlos O'Donell
2017-08-31malloc: Remove the internal_function attributeFlorian Weimer
2017-08-31malloc: Resolve compilation failure in NDEBUG modeFlorian Weimer
2017-08-31malloc: Change top_check return type to voidFlorian Weimer
2017-08-30malloc: Remove corrupt arena flagFlorian Weimer
2017-08-30malloc: Remove check_action variable [BZ #21754]Florian Weimer
2017-08-30malloc: Abort on heap corruption, without a backtrace [BZ #21754]Florian Weimer
2017-08-10malloc: Avoid optimizer warning with GCC 7 and -O3Florian Weimer
2017-07-11Avoid backtrace from __stack_chk_fail [BZ #12189]H.J. Lu
2017-07-06Add per-thread cache to mallocDJ Delorie
2017-05-03Tweak realloc/MREMAP comment to be more accurate.DJ Delorie
2017-04-18malloc: Turn cfree into a compatibility symbolFlorian Weimer
2017-04-01Call the right helper function when setting mallopt M_ARENA_MAX (BZ #21338)Wladimir J. van der Laan
2017-03-17Further harden glibc malloc metadata against 1-byte overflows.DJ Delorie
2017-03-01Narrowing the visibility of libc-internal.h even further.Zack Weinberg
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2016-10-28malloc: Update comments about chunk layoutFlorian Weimer
2016-10-28sysmalloc: Initialize previous size field of mmaped chunksFlorian Weimer
2016-10-28malloc: Use accessors for chunk metadata accessFlorian Weimer
2016-10-27Static inline functions for mallopt helpersSiddhesh Poyarekar
2016-10-26malloc: Remove malloc_get_state, malloc_set_state [BZ #19473]Florian Weimer
2016-10-26Remove redundant definitions of M_ARENA_* macrosSiddhesh Poyarekar
2016-10-26Document the M_ARENA_* mallopt parametersSiddhesh Poyarekar
2016-09-21malloc: Manual part of conversion to __libc_lockFlorian Weimer
2016-09-06malloc: Automated part of conversion to __libc_lockFlorian Weimer
2016-08-03elf: dl-minimal malloc needs to respect fundamental alignmentFlorian Weimer
2016-06-20Revert __malloc_initialize_hook symbol poisoningFlorian Weimer
2016-06-11malloc_usable_size: Use correct size for dumped fake mapped chunksFlorian Weimer