]> git.ipfire.org Git - thirdparty/glibc.git/history - malloc/arena.c
Move malloc hooks into a compat DSO
[thirdparty/glibc.git] / malloc / arena.c
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
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-31  Ulrich DrepperHandle ARENA_TEST correctly
2012-01-08  Ulrich DrepperRemove pre-ISO C support
2011-11-14  Ulrich DrepperMerge branch 'x32-strcase'
2011-11-14  Andreas SchwabDon't call reused_arena when _int_new_arena failed
2011-11-10  Andreas SchwabCheck malloc arana limit atomically
2011-09-11  Ulrich DrepperSimplify malloc initialization
2011-09-10  Ulrich DrepperSimplify malloc code
2011-09-10  Ulrich DrepperRemove support for !USE___THREAD
2011-09-10  Ulrich DrepperCleanup of configuration options
2010-08-17  Anton BlanchardReplace divide and multiply with mask in sYSTRIm
2009-04-16  Ulrich Drepper[BZ #9957]
2009-03-13  Ulrich Drepper* config.h.in (USE_MULTIARCH): Define.
2009-02-07  Ulrich Drepper* malloc/malloc.c (_int_free): Second argument is now...
2007-12-12  Ulrich Drepper* malloc/arena.c (grow_heap): Split out code to shrink...
2007-10-28  Ulrich Drepper* malloc/arena.c [!NO_THREADS]: Use ATFORK_MEM if defined.
2007-05-21  Ulrich Drepper* malloc/hooks.c (MALLOC_STATE_VERSION): Bump.
2007-05-13  Ulrich Drepper[MALLOC_DEBUG]: Keep track of current maximum number...
2007-05-07  Jakub Jelinek* malloc/arena.c (heap_info): Add mprotect_size field...
next