]> git.ipfire.org Git - thirdparty/glibc.git/history - malloc
x86-64 memcmp: Use unsigned Jcc instructions on size [BZ #24155]
[thirdparty/glibc.git] / malloc /
2019-01-01  Florian Weimermalloc: Always call memcpy in _int_realloc [BZ #24027]
2016-08-04  Florian Weimermalloc: Preserve arena free list/thread count invariant...
2016-07-05  Chris MetcalfBump up tst-malloc-thread-fail timeout from 20 to 30s
2016-06-23  Florian Weimertest-skeleton.c: Add write_message function
2016-06-21  Florian Weimermalloc: Avoid premature fallback to mmap [BZ #20284]
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 Weimertst-mallocfork2: Fix race condition, use fewer resources
2016-05-13  Florian Weimermalloc: Rewrite dumped heap for compatibility in __mall...
2016-05-12  Florian WeimerIncrease fork signal safety for single-threaded process...
2016-05-04  Florian Weimermalloc: Adjust header file guard in malloc-internal.h
2016-04-14  Florian Weimermalloc: Add missing internal_function attributes on...
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-04-07  Florian Weimerscratch_buffer_set_array_size: Include <limits.h>
2016-03-22  Samuel ThibaultFix malloc threaded tests link on non-Linux
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-02-19  Florian Weimertst-malloc-thread-exit: Use fewer system resources
2016-01-07  Marko MyllynenMake shebang interpreter directives consistent
2016-01-04  Joseph MyersUpdate copyright dates not handled by scripts/update...
2016-01-04  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2015-12-29  Florian Weimermalloc: Test various special cases related to allocatio...
2015-12-23  Florian Weimermalloc: Update comment for list_lock
2015-12-21  Florian Weimermalloc: Fix list_lock/arena lock deadlock [BZ #19182]
2015-12-16  Florian Weimermalloc: Fix attached thread reference count handling...
2015-11-24  Gleb Fotengauer... malloc: remove redundant getenv call
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-21  Joseph MyersConvert a few more function definitions to prototype...
2015-10-20  Joseph MyersConvert 113 more function definitions to prototype...
2015-10-17  Florian Weimermalloc: Rewrite with explicit TLS access using __thread
2015-10-16  Joseph MyersConvert 703 function definitions to prototype style.
2015-10-08  Carlos O'Donellmalloc: Consistently apply trim_threshold to all heaps...
2015-09-14  Carlos O'DonellUse ALIGN_DOWN in systrim.
2015-09-08  Joseph MyersMove bits/libc-lock.h and bits/libc-lockP.h out of...
2015-09-01  Paul PluzhnikovFilter out NULL entries.
2015-08-24  Siddhesh PoyarekarDon't use the main arena in retry path if it is corrupt
2015-08-24  Siddhesh PoyarekarDrop unused first argument from arena_get2
2015-06-26  Mel Gormanmalloc: Do not corrupt the top of a threaded heap if...
2015-06-05  Tulio Magno Quites... Avoid outputting to TTY after an expected memory corrup...
2015-05-19  James LemkeFix for test "malloc_usable_size: expected 7 but got 11"
2015-05-19  Siddhesh PoyarekarAvoid deadlock in malloc on backtrace (BZ #16159)
2015-04-09  Florian Weimerscratch_buffer: Suppress truncation warning on 32-bit
2015-04-07  Florian Weimerscratch_buffer_grow_preserve: Add missing #include...
2015-04-07  Florian WeimerAdd struct scratch_buffer and its internal helper functions
2015-04-02  Mel Gormanmalloc: Consistently apply trim_threshold to all heaps...
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 not handled by scripts/update...
2015-01-02  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2014-12-17  Roland McGrathRemove explicit inline on malloc perturb functions.
2014-12-12  James LemkeFix for test "malloc_usable_size: expected 7 but got 11"
2014-12-11  Steve Ellcey2014-12-11 Steve Ellcey <sellcey@imgtec.com>
2014-12-01  James LemkeFix for test "malloc_usable_size: expected 7 but got 11"
2014-11-24  Siddhesh PoyarekarRemove NOT_IN_libc
2014-11-19  Siddhesh PoyarekarAdd new macro IN_MODULE to identify module in which...
2014-11-12  Joseph MyersFix malloc_info namespace (bug 17570).
2014-11-05  Arjun ShankarModify several tests to use test-skeleton.c
2014-09-11  Florian Weimermalloc: additional unlink hardening for non-small bins...
2014-08-12  Sean Andersonmalloc: fix comment typo
2014-07-02  Will Newtonmalloc/obstack: Merge from gnulib
2014-06-19  Will Newtonmalloc/malloc.c: Avoid calling sbrk unnecessarily with...
2014-06-06  Joseph MyersDon't require test wrappers to preserve environment...
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
2014-05-26  Carlos O'DonellRemove nested function mi_arena from malloc_info.
2014-05-17  Richard HendersonMerge remote-tracking branch 'origin/roland/nptl-alpha'
2014-05-16  Joseph MyersUse existing makefile variables for dependencies on...
2014-05-12  Will Newtonmalloc: Add mallopt test.
2014-04-11  Will Newtonmalloc: Fix MALLOC_DEBUG -Wundef warning
2014-03-06  Joseph MyersEnumerate tests with special rules in tests-special...
2014-03-03  Carlos O'DonellRevert 4248f0da6ff9e7dd63464cdecec2dec332dfc2f0.
2014-02-28  Roland McGrathFix fallout from Joseph's untested Makeconfig change.
2014-02-26  Joseph MyersConsistently include Makeconfig after defining subdir.
2014-02-26  Ondřej BílkaSimplify calloc implementation.
2014-02-21  Joseph MyersGenerate .test-result files for tests with special...
2014-02-11  Will Newtonmalloc/mtrace.c: Cosmetic cleanup.
2014-02-10  Ondřej BílkaUse glibc_likely instead __builtin_expect.
2014-02-10  Ondřej BílkaRemove THREAD_STATS.
2014-01-05  Allan McRaeFix gettext call formatting
2014-01-02  Ondřej BílkaReformat malloc to gnu style.
2014-01-01  Allan McRaeUpdate remaining copyright dates
2014-01-01  Allan McRaeUpdate copyright notices with scripts/update-copyrights
2013-12-23  Maxim KuvyrkovFix race in free() of fastbin chunk: BZ #15073
2013-12-10  Ondřej BílkaExpand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.
2013-12-10  Ondřej BílkaDrop PER_THREAD conditionals from malloc.
2013-12-09  Ondřej BílkaSimplify perturb_byte logic.
2013-12-09  Ondřej BílkaReplace malloc force_reg by atomic_forced_read.
2013-12-06  Fernando J. V. da... Fix BZ #15089: malloc_trim always trim for large padding.
2013-11-28  Ondřej BílkaMake memset in calloc a tail call.
next