summaryrefslogtreecommitdiff
path: root/malloc/arena.c
AgeCommit message (Expand)Author
2025-10-20malloc: Do not call madvise if heap's oldsize >= THP sizeDev Jain
2025-09-18malloc: Hoist common unlock out of if-else control blockDev Jain
2025-09-10atomics: Remove unused atomicsWilco Dijkstra
2025-08-08malloc: Support THP in arenasWilco Dijkstra
2025-08-04Revert "Enable THP on arenas"Wilco Dijkstra
2025-08-04Enable THP on arenasWilco Dijkstra
2025-05-12malloc: Improve malloc initializationWilco Dijkstra
2025-03-26malloc: Use __always_inline for simple functionsWilco Dijkstra
2025-03-18malloc: Improve arena_for_chunk()Wilco Dijkstra
2025-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2024-11-25Silence most -Wzero-as-null-pointer-constant diagnosticsAlejandro Colomar
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2023-11-29malloc: Improve MAP_HUGETLB with glibc.malloc.hugetlb=2Adhemerval Zanella
2023-11-22malloc: Use __get_nprocs on arena_get2 (BZ 30945)Adhemerval Zanella
2023-11-07malloc: Decorate malloc mapsAdhemerval Zanella
2023-06-02Fix all the remaining misspellings -- BZ 25337Paul Pluzhnikov
2023-03-29Remove --enable-tunables configure optionAdhemerval Zanella Netto
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