]> git.ipfire.org Git - thirdparty/glibc.git/history - malloc/malloc.c
Fix tcache count maximum (BZ #24531)
[thirdparty/glibc.git] / malloc / malloc.c
2019-05-10  Wilco DijkstraFix tcache count maximum (BZ #24531)
2019-04-18  Adhemerval Zanellamalloc: make malloc fail with requests larger than...
2019-03-14  Adam Marismalloc: Check for large bin list corruption when insert...
2019-02-06  Joseph MyersAvoid "inline" after return type in function definitions.
2019-02-04  Joseph MyersFix assertion in malloc.c:tcache_get.
2019-01-18  Florian Weimermalloc: Revert fastbins to old-style atomics
2019-01-01  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2018-12-31  Florian Weimermalloc: Always call memcpy in _int_realloc [BZ #24027]
2018-12-21  Istvan Kurucsaimalloc: Check the alignment of mmapped chunks before...
2018-12-21  Istvan Kurucsaimalloc: Add more integrity checks to mremap_chunk.
2018-11-26  Florian Weimermalloc: tcache: Validate tc_idx before checking for...
2018-11-20  DJ Deloriemalloc: tcache double free check
2018-11-13  Florian Weimermalloc: Use current (C11-style) atomics for fastbin...
2018-11-12  Florian Weimermalloc: Convert the unlink macro to the unlink_chunk...
2018-08-20  Florian Weimermalloc: Add ChangeLog for accidentally committed change
2018-08-17  Istvan Kurucsaimalloc: Additional checks for unsorted bin integrity I.
2018-08-17  Moritz Eckertmalloc: Mitigate null-byte overflow attacks
2018-08-16  Pochang Chenmalloc: Verify size of top chunk.
2018-06-29  Florian Weimermalloc: Update heap dumping/undumping comments [BZ...
2018-03-14  Francois Goichonmalloc: harden removal from unsorted list
2018-03-09  Florian Weimermalloc: Revert sense of prev_inuse in comments
2018-02-21  Zack WeinbergMechanically remove _IO_ name aliases for types and...
2018-02-10  Zack Weinberg[BZ #22830] malloc_stats: restore cancellation for...
2018-01-29  Samuel Thibaultmalloc: Use assert.h's assert macro
2018-01-18  Arjun ShankarFix integer overflows in internal memalign and malloc...
2018-01-12  Istvan Kurucsaimalloc: Ensure that the consolidated fast chunk has...
2018-01-01  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2017-11-30  Arjun ShankarFix integer overflow in malloc when tcache is enabled...
2017-11-23  Florian Weimermalloc: Call tcache destructor in arena_thread_freeres
2017-11-15  Florian Weimermalloc: Account for all heaps in an arena in malloc_inf...
2017-11-15  Florian Weimermalloc: Add missing arena lock in malloc_info [BZ ...
2017-10-24  Wilco DijkstraAdd single-threaded path to _int_malloc
2017-10-24  Wilco DijkstraAdd single-threaded path to malloc/realloc/calloc/memalloc
2017-10-20  Wilco DijkstraFix build issue with SINGLE_THREAD_P
2017-10-20  Wilco DijkstraAdd single-threaded path to _int_free
2017-10-19  Wilco DijkstraFix deadlock in _int_free consistency check
2017-10-18  Wilco DijkstraFix build failure on tilepro due to unsupported atomics
2017-10-17  Wilco DijkstraImprove malloc initialization sequence
2017-10-17  Wilco DijkstraUse relaxed atomics for malloc have_fastchunks
2017-10-17  Wilco DijkstraInline tcache functions
2017-10-06  Carlos O'Donellmalloc: Fix tcache leak after thread destruction [BZ...
2017-08-31  Florian Weimermalloc: Remove the internal_function attribute
2017-08-31  Florian Weimermalloc: Resolve compilation failure in NDEBUG mode
2017-08-31  Florian Weimermalloc: Change top_check return type to void
2017-08-30  Florian Weimermalloc: Remove corrupt arena flag
2017-08-30  Florian Weimermalloc: Remove check_action variable [BZ #21754]
2017-08-30  Florian Weimermalloc: Abort on heap corruption, without a backtrace...
2017-08-10  Florian Weimermalloc: Avoid optimizer warning with GCC 7 and -O3
2017-07-11  H.J. LuAvoid backtrace from __stack_chk_fail [BZ #12189]
2017-07-06  DJ DelorieAdd per-thread cache to malloc
2017-05-03  DJ DelorieTweak realloc/MREMAP comment to be more accurate.
2017-04-18  Florian Weimermalloc: Turn cfree into a compatibility symbol
2017-04-01  Wladimir J. van... Call the right helper function when setting mallopt...
2017-03-17  DJ DelorieFurther harden glibc malloc metadata against 1-byte...
2017-03-02  Zack WeinbergNarrowing the visibility of libc-internal.h even further.
2017-01-01  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2016-10-28  Florian Weimermalloc: Update comments about chunk layout
2016-10-28  Florian Weimersysmalloc: Initialize previous size field of mmaped...
2016-10-28  Florian Weimermalloc: Use accessors for chunk metadata access
2016-10-27  Siddhesh PoyarekarStatic inline functions for mallopt helpers
2016-10-26  Florian Weimermalloc: Remove malloc_get_state, malloc_set_state ...
2016-10-26  Siddhesh PoyarekarRemove redundant definitions of M_ARENA_* macros
2016-10-26  Siddhesh PoyarekarDocument the M_ARENA_* mallopt parameters
2016-09-21  Florian Weimermalloc: Manual part of conversion to __libc_lock
2016-09-06  Florian Weimermalloc: Automated part of conversion to __libc_lock
2016-08-03  Florian Weimerelf: dl-minimal malloc needs to respect fundamental...
2016-06-20  Florian WeimerRevert __malloc_initialize_hook symbol poisoning
2016-06-11  Florian Weimermalloc_usable_size: Use correct size for dumped fake...
2016-06-10  Florian Weimermalloc: Remove __malloc_initialize_hook from the API...
2016-06-08  Florian Weimermalloc: Correct size computation in realloc for dumped...
2016-05-24  Florian Weimermalloc: Correct malloc alignment on 32-bit architecture...
2016-05-13  Florian Weimermalloc: Rewrite dumped heap for compatibility in __mall...
2016-04-14  Florian Weimermalloc: Remove malloc hooks from fork handler
2016-04-14  Florian Weimermalloc: Run fork handler as late as possible [BZ #19431]
2016-03-11  Tulio Magno Quites... Fix type of parameter passed by malloc_consolidate
2016-02-19  Florian Weimermalloc: Remove NO_THREADS
2016-02-19  Florian Weimermalloc: Remove max_total_mem member form struct malloc_par
2016-02-19  Florian Weimermalloc: Remove arena_mem variable
2016-01-04  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2015-12-21  Florian Weimermalloc: Fix list_lock/arena lock deadlock [BZ #19182]
2015-11-24  Florian WeimerReplace MUTEX_INITIALIZER with _LIBC_LOCK_INITIALIZER...
2015-11-03  David KastrupDon't macro-expand failed assertion expression [BZ...
2015-10-28  Florian Weimermalloc: Prevent arena free_list from turning cyclic...
2015-10-20  Joseph MyersConvert 113 more function definitions to prototype...
2015-09-14  Carlos O'DonellUse ALIGN_DOWN in systrim.
2015-05-19  Siddhesh PoyarekarAvoid deadlock in malloc on backtrace (BZ #16159)
2015-02-18  Siddhesh PoyarekarConsolidate arena_lookup and arena_lock into a single...
2015-02-18  Carlos O'DonellUse alignment macros, pagesize and powerof2.
2015-01-02  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2014-12-17  Roland McGrathRemove explicit inline on malloc perturb functions.
2014-12-11  Steve Ellcey2014-12-11 Steve Ellcey <sellcey@imgtec.com>
2014-11-12  Joseph MyersFix malloc_info namespace (bug 17570).
2014-09-11  Florian Weimermalloc: additional unlink hardening for non-small bins...
2014-08-12  Sean Andersonmalloc: fix comment typo
2014-06-19  Will Newtonmalloc/malloc.c: Avoid calling sbrk unnecessarily with...
2014-06-02  Siddhesh PoyarekarFix format specifier for n_mmaps
2014-05-30  Siddhesh PoyarekarFix formatting in malloc_info
2014-05-30  Siddhesh PoyarekarAdd mmap usage in malloc_info output
2014-05-30  Ondřej BílkaRemove mi_arena nested function.
2014-05-30  Ondřej Bílkarevert commit fdfd175d46ac6a810ebdeb2a2936e6d7d13995ab
next