]> git.ipfire.org Git - thirdparty/glibc.git/history - malloc/arena.c
contrib.texi: update
[thirdparty/glibc.git] / malloc / arena.c
2024-01-01  Paul EggertUpdate copyright dates with scripts/update-copyrights
2023-11-29  Adhemerval Zanellamalloc: Improve MAP_HUGETLB with glibc.malloc.hugetlb=2
2023-11-22  Adhemerval Zanellamalloc: Use __get_nprocs on arena_get2 (BZ 30945)
2023-11-07  Adhemerval Zanellamalloc: Decorate malloc maps
2023-06-02  Paul PluzhnikovFix all the remaining misspellings -- BZ 25337
2023-03-29  Adhemerval Zanella... Remove --enable-tunables configure option
2023-01-06  Joseph MyersUpdate copyright dates with scripts/update-copyrights
2022-12-22  Joseph MyersAvoid use of atoi in malloc
2022-11-01  Carlos Eduardo Seomalloc: Use uintptr_t for pointer alignment
2022-08-15  Florian Weimermalloc: Do not use MAP_NORESERVE to allocate heap segments
2022-08-01  Florian WeimerRemove spurious references to _dl_open_hook
2022-01-01  Paul EggertUpdate copyright dates with scripts/update-copyrights
2021-12-15  Adhemerval Zanellamalloc: Enable huge page support on main arena
2021-12-15  Adhemerval Zanellamalloc: Add Huge Page support to arenas
2021-12-15  Adhemerval Zanellamalloc: Add Huge Page support for mmap
2021-12-15  Adhemerval Zanellamalloc: Add madvise support for Transparent Huge Pages
2021-09-27  Adhemerval Zanellamisc: Add __get_nprocs_sched
2021-09-03  Siddhesh PoyarekarRemove "Contributed by" lines
2021-07-23  Siddhesh PoyarekarFix build and tests with --disable-tunables
2021-07-22  Siddhesh Poyarekarglibc.malloc.check: Wean away from malloc hooks
2021-07-22  Siddhesh PoyarekarSimplify __malloc_initialized
2021-07-22  Siddhesh PoyarekarMove malloc hooks into a compat DSO
2021-07-22  Siddhesh PoyarekarRemove __morecore and __default_morecore
2021-07-07  Siddhesh PoyarekarHarden tcache double-free check
2021-05-07  H.J. Lumalloc: Make tunable callback functions static
2021-03-26  Szabolcs Nagymalloc: Use branches instead of mtag_granule_mask
2021-03-26  Szabolcs Nagymalloc: Use global flag instead of function pointer...
2021-03-26  Szabolcs Nagymalloc: Refactor TAG_ macros to avoid indirection
2021-03-26  Szabolcs Nagymalloc: Simplify __mtag_tag_new_usable
2021-01-02  Paul EggertUpdate copyright dates with scripts/update-copyrights
2020-12-21  Richard Earnshawmalloc: Basic support for memory tagging in the malloc...
2020-12-16  Florian Weimermalloc: Use __libc_initial to detect an inner libc
2020-10-30  liqingqingmalloc debug: fix compile error when enable macro MALLO...
2020-01-01  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2019-09-07  Paul EggertPrefer https to http for gnu.org and fsf.org URLs
2019-08-09  DJ DelorieAdd glibc.malloc.mxfast tunable
2019-04-23  H.J. LuRemove do_set_mallopt_check prototype
2019-01-01  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2018-11-12  Florian Weimermalloc: Convert the unlink macro to the unlink_chunk...
2018-06-26  Florian WeimerRun thread shutdown functions in an explicit order
2018-01-01  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2017-11-23  Florian Weimermalloc: Call tcache destructor in arena_thread_freeres
2017-10-17  Wilco DijkstraImprove malloc initialization sequence
2017-08-31  Florian Weimermalloc: Remove the internal_function attribute
2017-08-30  Florian Weimermalloc: Remove corrupt arena flag
2017-08-30  Florian Weimermalloc: Remove check_action variable [BZ #21754]
2017-07-06  DJ DelorieAdd per-thread cache to malloc
2017-06-07  Siddhesh Poyarekartunables: Clean up hooks to get and set tunables
2017-02-08  Siddhesh PoyarekarFix getting tunable values on big-endian (BZ #21109)
2017-01-01  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2016-12-31  Siddhesh PoyarekarAdd framework for tunables
2016-10-28  Florian Weimermalloc: Use accessors for chunk metadata access
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-02  Florian Weimermalloc: Preserve arena free list/thread count invariant...
2016-06-21  Florian Weimermalloc: Avoid premature fallback to mmap [BZ #20284]
2016-06-20  Florian WeimerRevert __malloc_initialize_hook symbol poisoning
2016-06-10  Florian Weimermalloc: Remove __malloc_initialize_hook from the API...
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-02-19  Florian Weimermalloc: Remove NO_THREADS
2016-02-19  Florian Weimermalloc: Remove arena_mem variable
2016-01-04  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
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  Florian WeimerReplace MUTEX_INITIALIZER with _LIBC_LOCK_INITIALIZER...
2015-10-28  Florian Weimermalloc: Prevent arena free_list from turning cyclic...
2015-10-17  Florian Weimermalloc: Rewrite with explicit TLS access using __thread
2015-10-08  Carlos O'Donellmalloc: Consistently apply trim_threshold to all heaps...
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-05-19  Siddhesh PoyarekarAvoid deadlock in malloc on backtrace (BZ #16159)
2015-04-02  Mel Gormanmalloc: Consistently apply trim_threshold to all heaps...
2015-02-18  Carlos O'DonellUse alignment macros, pagesize and powerof2.
2015-01-02  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
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-10  Ondřej BílkaDrop PER_THREAD conditionals from malloc.
2013-12-09  Ondřej BílkaReplace malloc force_reg by atomic_forced_read.
2013-09-20  Alexandre OlivaAdd malloc probes for sbrk and heap resizing.
2013-09-20  Alexandre OlivaAdd catch-all alloc retry probe.
2013-09-20  Alexandre OlivaAdd probes for malloc arena changes.
2013-09-20  Alexandre OlivaAdd first set of memory probes.
2013-03-08  Joseph MyersRemove __malloc_ptr_t.
2013-01-17  Pino ToscanoAdd HAVE_MREMAP for mremap usage
2013-01-02  Joseph MyersUpdate copyright notices with scripts/update-copyrights.
2012-10-04  Roland McGrathName space hygeine for madvise.
2012-09-25  Siddhesh PoyarekarShrink heap on linux when overcommit_memory == 2
2012-09-24  H.J. LuProperly handle fencepost with MALLOC_ALIGN_MASK
2012-09-07  Siddhesh PoyarekarCleanup code duplication in malloc on fallback to use...
2012-09-05  Alexandre Oliva* malloc/arena.c: Fold copyright years.
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
next