aboutsummaryrefslogtreecommitdiff
path: root/malloc/arena.c
AgeCommit message (Expand)Author
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers
2022-12-22Avoid use of atoi in mallocJoseph Myers
2022-11-01malloc: Use uintptr_t for pointer alignmentCarlos Eduardo Seo
2022-08-15malloc: Do not use MAP_NORESERVE to allocate heap segmentsFlorian Weimer
2022-08-01Remove spurious references to _dl_open_hookFlorian Weimer
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2021-12-15malloc: Enable huge page support on main arenaAdhemerval Zanella
2021-12-15malloc: Add Huge Page support to arenasAdhemerval Zanella
2021-12-15malloc: Add Huge Page support for mmapAdhemerval Zanella
2021-12-15malloc: Add madvise support for Transparent Huge PagesAdhemerval Zanella
2021-09-27misc: Add __get_nprocs_schedAdhemerval Zanella
2021-09-03Remove "Contributed by" linesSiddhesh Poyarekar
2021-07-23Fix build and tests with --disable-tunablesSiddhesh Poyarekar
2021-07-22glibc.malloc.check: Wean away from malloc hooksSiddhesh Poyarekar
2021-07-22Simplify __malloc_initializedSiddhesh Poyarekar
2021-07-22Move malloc hooks into a compat DSOSiddhesh Poyarekar
2021-07-22Remove __morecore and __default_morecoreSiddhesh Poyarekar
2021-07-08Harden tcache double-free checkSiddhesh Poyarekar
2021-05-07malloc: Make tunable callback functions staticH.J. Lu
2021-03-26malloc: Use branches instead of mtag_granule_maskSzabolcs Nagy
2021-03-26malloc: Use global flag instead of function pointer dispatch for mtagSzabolcs Nagy
2021-03-26malloc: Refactor TAG_ macros to avoid indirectionSzabolcs Nagy
2021-03-26malloc: Simplify __mtag_tag_new_usableSzabolcs Nagy
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert
2020-12-21malloc: Basic support for memory tagging in the malloc() familyRichard Earnshaw
2020-12-16malloc: Use __libc_initial to detect an inner libcFlorian Weimer
2020-10-30malloc debug: fix compile error when enable macro MALLOC_DEBUG > 1liqingqing
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert
2019-08-09Add glibc.malloc.mxfast tunableDJ Delorie
2019-04-23Remove do_set_mallopt_check prototypeH.J. Lu
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2018-11-12malloc: Convert the unlink macro to the unlink_chunk functionFlorian Weimer
2018-06-26Run thread shutdown functions in an explicit orderFlorian Weimer
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2017-11-23malloc: Call tcache destructor in arena_thread_freeresFlorian Weimer
2017-10-17Improve malloc initialization sequenceWilco Dijkstra
2017-08-31malloc: Remove the internal_function attributeFlorian Weimer
2017-08-30malloc: Remove corrupt arena flagFlorian Weimer
2017-08-30malloc: Remove check_action variable [BZ #21754]Florian Weimer
2017-07-06Add per-thread cache to mallocDJ Delorie
2017-06-07tunables: Clean up hooks to get and set tunablesSiddhesh Poyarekar
2017-02-08Fix getting tunable values on big-endian (BZ #21109)Siddhesh Poyarekar
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2016-12-31Add framework for tunablesSiddhesh Poyarekar
2016-10-28malloc: Use accessors for chunk metadata accessFlorian Weimer
2016-09-21malloc: Manual part of conversion to __libc_lockFlorian Weimer
2016-09-06malloc: Automated part of conversion to __libc_lockFlorian Weimer
2016-08-02malloc: Preserve arena free list/thread count invariant [BZ #20370]Florian Weimer
2016-06-21malloc: Avoid premature fallback to mmap [BZ #20284]Florian Weimer