summaryrefslogtreecommitdiff
path: root/malloc/arena.c
AgeCommit message (Expand)Author
2 daysmalloc: Show hugetlb tunable default in --list-tunablesWilco Dijkstra
2026-03-20misc: Fix a few typos in commentsYury Khrustalev
2026-03-16This reverts commit 6e8f32d39a57aa1f31bf15375810aab79a0f5f4b.Dev Jain
2026-03-04malloc: Avoid accessing /sys/kernel/mm filesWilco Dijkstra
2026-03-04misc: Fix a few typos in commentsYury Khrustalev
2026-02-06malloc: Remove unused tcache code from unsorted bin scanWilco Dijkstra
2026-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2025-12-17malloc: Remove fastbin infrastructureDev Jain
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