aboutsummaryrefslogtreecommitdiff
path: root/malloc
AgeCommit message (Expand)Author
2022-01-01Update copyright dates not handled by scripts/update-copyrights.Paul Eggert
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2021-12-28malloc: Remove memusage.hAdhemerval Zanella
2021-12-28malloc: Use hp-timing on libmemusageAdhemerval Zanella
2021-12-28malloc: Remove atomic_* usageAdhemerval Zanella
2021-12-27malloc: Add missing shared thread library flagsSamuel Thibault
2021-12-16Remove upper limit on tunable MALLOC_MMAP_THRESHOLDPatrick McGehearty
2021-12-15malloc: Enable huge page support on main arenaAdhemerval Zanella
2021-12-15malloc: Move MORECORE fallback mmap to sysmalloc_mmap_fallbackAdhemerval Zanella
2021-12-15malloc: Add Huge Page support to arenasAdhemerval Zanella
2021-12-15malloc: Add Huge Page support for mmapAdhemerval Zanella
2021-12-15malloc: Move mmap logic to its own functionAdhemerval Zanella
2021-12-15malloc: Add THP/madvise support for sbrkAdhemerval Zanella
2021-12-15malloc: Add madvise support for Transparent Huge PagesAdhemerval Zanella
2021-11-17malloc: Fix malloc debug for 2.35 onwardsStafford Horne
2021-11-17elf: Introduce GLRO (dl_libc_freeres), called from __libc_freeresFlorian Weimer
2021-10-29Disable -Waggressive-loop-optimizations warnings in tst-dynarray.cJoseph Myers
2021-10-29Handle NULL input to malloc_usable_size [BZ #28506]Siddhesh Poyarekar
2021-10-21Add alloc_align attribute to memalign et alJonathan Wakely
2021-09-27misc: Add __get_nprocs_schedAdhemerval Zanella
2021-09-03Remove "Contributed by" linesSiddhesh Poyarekar
2021-08-23mtrace: Fix output with PIE and ASLR [BZ #22716]Siddhesh Poyarekar
2021-08-12mtrace: Use a static buffer for printing [BZ #25947]Siddhesh Poyarekar
2021-08-05tst-mxfast: Don't run with mcheckSiddhesh Poyarekar
2021-07-26Exclude static tests for mcheck and malloc-checkSiddhesh Poyarekar
2021-07-23Fix build and tests with --disable-tunablesSiddhesh Poyarekar
2021-07-22mcheck Fix malloc_usable_size [BZ #22057]Siddhesh Poyarekar
2021-07-22Remove malloc hooks [BZ #23328]Siddhesh Poyarekar
2021-07-22Move malloc_{g,s}et_state to libc_malloc_debugSiddhesh Poyarekar
2021-07-22glibc.malloc.check: Wean away from malloc hooksSiddhesh Poyarekar
2021-07-22mtrace: Wean away from malloc hooksSiddhesh Poyarekar
2021-07-22Simplify __malloc_initializedSiddhesh Poyarekar
2021-07-22mcheck: Wean away from malloc hooks [BZ #23489]Siddhesh Poyarekar
2021-07-22Move malloc hooks into a compat DSOSiddhesh Poyarekar
2021-07-22Remove __morecore and __default_morecoreSiddhesh Poyarekar
2021-07-22Remove __after_morecore_hookSiddhesh Poyarekar
2021-07-22Make mcheck tests conditional on GLIBC_2.23 or earlierSiddhesh Poyarekar
2021-07-22malloc: Fix tst-mallocfork3-malloc-check linkSamuel Thibault
2021-07-19tst-safe-linking: make false positives even more improbableSiddhesh Poyarekar
2021-07-12mcheck: Align struct hdr to MALLOC_ALIGNMENT bytes [BZ #28068]H.J. Lu
2021-07-09Force building with -fno-commonFlorian Weimer
2021-07-09Add a generic malloc test for MALLOC_ALIGNMENTH.J. Lu
2021-07-08_int_realloc is staticSiddhesh Poyarekar
2021-07-08Move mcheck symbol from stdlib to mallocSiddhesh Poyarekar
2021-07-08Harden tcache double-free checkSiddhesh Poyarekar
2021-07-07tests-exclude-mcheck: Fix typoSiddhesh Poyarekar
2021-07-06Exclude tst-realloc from tests-mcheckSiddhesh Poyarekar
2021-07-04hooks.c: Remove incorrect commentSiddhesh Poyarekar
2021-07-02mtrace: Add attribute nocommon to mallwatchTulio Magno Quites Machado Filho
2021-07-03Move glibc.malloc.check implementation into its own fileSiddhesh Poyarekar