]> git.ipfire.org Git - thirdparty/glibc.git/history - malloc/malloc.c
malloc: Remove NO_THREADS
[thirdparty/glibc.git] / malloc / malloc.c
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
2014-05-26  Carlos O'DonellRemove nested function mi_arena from malloc_info.
2014-04-11  Will Newtonmalloc: Fix MALLOC_DEBUG -Wundef warning
2014-03-03  Carlos O'DonellRevert 4248f0da6ff9e7dd63464cdecec2dec332dfc2f0.
2014-02-26  Ondřej BílkaSimplify calloc implementation.
2014-02-10  Ondřej BílkaUse glibc_likely instead __builtin_expect.
2014-02-10  Ondřej BílkaRemove THREAD_STATS.
2014-01-02  Ondřej BílkaReformat malloc to gnu style.
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.
2013-11-21  Roland McGrathAdd missing #include for malloc/hooks.c code.
2013-11-20  Ondřej BílkaConsolidate valloc/pvalloc code.
2013-11-01  Ondřej BílkaFix malloc_info statistic. Fixes bug 16112
2013-10-30  Will Newtonmalloc: Fix for infinite loop in memalign/posix_memalign.
2013-10-30  Ondřej BílkaUse atomic operations to track memory. Fixes bug 11087
2013-10-18  Ondřej BílkaRemove assert in malloc statistic. Fixes bug 12486.
2013-09-20  Alexandre OlivaAdd malloc probes for sbrk and heap resizing.
2013-09-20  Alexandre OlivaAdd probes for malloc retries.
2013-09-20  Alexandre OlivaAdd probes for malloc arena changes.
2013-09-20  Alexandre OlivaAdd probes for all changes to malloc options.
2013-09-20  Alexandre OlivaAdd first set of memory probes.
2013-09-11  Will Newtonmalloc: Check for integer overflow in memalign.
2013-09-11  Will Newtonmalloc: Check for integer overflow in valloc.
2013-09-11  Will Newtonmalloc: Check for integer overflow in pvalloc.
2013-08-29  Ondřej BílkaFix typos.
2013-06-08  Joseph MyersUse (void) in no-arguments function definitions.
2013-03-08  Joseph MyersRemove __malloc_ptr_t.
2013-01-17  Pino ToscanoAdd HAVE_MREMAP for mremap usage
2013-01-07  Joseph MyersClean up __MALLOC_* macros.
2013-01-02  Joseph MyersUpdate copyright notices with scripts/update-copyrights.
2012-10-04  Roland McGrathName space hygeine for madvise.
2012-10-02  Dmitry V. LevinClarify memory allocation error diagnostics to avoid...
2012-09-07  Siddhesh PoyarekarCleanup code duplication in malloc on fallback to use...
2012-09-05  Alexandre Oliva* malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix...
2012-09-05  Alexandre OlivaDon't change no_dyn_threshold on mallopt failure
2012-09-05  Siddhesh PoyarekarReturn requested size for malloc_usable_size when MALLO...
2012-08-17  Roland McGrathMake malloc build for no-threads configurations.
2012-08-10  Jeff LawFix whitespace problems detected by commit hooks.
2012-08-10  Jeff Law [BZ #13939]
2012-07-01  Joseph MyersMerge glibc-ports into ports/ directory. glibc-2.16-ports-merge glibc-2.16.90
2012-05-25  H.J. LuMake free chunk size a multiple of MALLOC_ALIGNMENT
2012-05-24  H.J. LuProperly handle MALLOC_ALIGNMENT > 2 * SIZE_SZ
2012-05-21  Andreas JaegerFix last change
2012-05-21  Roland McGrathSet MALLOC_ALIGNMENT to at least __alignof__ (long...
2012-05-16  Paul PluzhnikovFor [BZ #208], accumulate malloc stats over all arenas.
2012-03-27  Andreas JaegerMerge branch 'elf-move'
2012-03-20  H.J. LuMove stdio-common/_itoa.h to sysdeps/generic
2012-02-09  Paul EggertReplace FSF snail mail address with URLs.
2012-01-31  Ulrich DrepperMerge branch 'master' of ssh://sourceware.org/git/glibc
2012-01-31  Ulrich DrepperCleanups of malloc
2012-01-18  Ulrich DrepperMore minor malloc cleanups
2012-01-16  Ulrich DrepperMinor cleanups of malloc code
2012-01-08  Ulrich DrepperRemove pre-ISO C support
2012-01-03  Ulrich DrepperMerge branch 'c11'
2012-01-01  Ulrich DrepperImplement aligned_alloc
2011-10-29  Ulrich DrepperAvoid assertion in processes with VM in bad shape
2011-09-11  Ulrich DrepperRemove MALLOC_FAILURE_ACTION use in malloc
2011-09-11  Ulrich DrepperSimplify malloc initialization
2011-09-10  Ulrich DrepperSimplify malloc code
2011-09-10  Ulrich DrepperRemove support for !USE___THREAD
2011-04-23  Jim MeyeringRemove doubled words.
2010-12-25  Ulrich DrepperUse fastbin macro everywhere.
2010-10-25  Ulrich DrepperFix perturbing in malloc on free.
2010-08-17  Anton BlanchardReplace divide and multiply with mask in sYSTRIm
2010-05-06  Ulrich DrepperFix race in free sanity check.
2010-04-15  Ulrich DrepperRemove unintended change.
2010-04-15  H.J. LuOptimie x86-64 SSE4 memcmp for unaligned data.
2010-04-09  Ulrich DrepperFix possibly uninitilized variable handling.
2010-04-03  Ulrich DrepperOne more sanity check in free.
2010-04-03  Ulrich DrepperFix set_max_fast in malloc.
next