summaryrefslogtreecommitdiff
path: root/malloc/Makefile
AgeCommit message (Expand)Author
2026-01-24malloc: Correct Makefile sorting glitchesFlorian Weimer
2026-01-15malloc: Add tst-mallocfork to tests-exclude-threaded exception listArjun Shankar
2026-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2025-12-17malloc: remove fastbin testsDev Jain
2025-11-24malloc: Add threaded variants of single-threaded malloc testsArjun Shankar
2025-11-19malloc: add free_sized and free_aligned_sized from C23Justin King
2025-08-29malloc: add tst-mxfast to hugetlb exclusion listDJ Delorie
2025-08-27malloc: Support hugepages in mremap_chunkWilco Dijkstra
2025-06-19malloc: Link large tcache tests with $(shared-thread-library)Florian Weimer
2025-06-17malloc: Sort tests-exclude-largetcache in MakefileH.J. Lu
2025-06-16malloc: add testing for large tcache supportCupertino Miranda
2025-05-12malloc: Improved double free detection in the tcacheDavid Lau
2025-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2024-08-20malloc: Link threading tests with $(shared-thread-library)Samuel Thibault
2024-07-27malloc: Link threading tests with $(shared-thread-library)Florian Weimer
2024-07-22malloc: add multi-threaded tests for aligned_alloc/calloc/mallocMiguel Martín
2024-06-20malloc: Always install mtrace (bug 31892)Florian Weimer
2024-06-04malloc: New test to check malloc alternate path using memory obstructionsayan paul
2024-05-14malloc: Improve aligned_alloc and calloc test coverage.Joe Simmons-Talbott
2024-05-10malloc/Makefile: Split and sort testsH.J. Lu
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2023-10-23malloc: Fix tst-tcfree3 build csky-linux-gnuabiv2 with fortify sourceAdhemerval Zanella
2023-06-12malloc: Decrease resource usage for malloc testsAdhemerval Zanella Netto
2023-05-08aligned_alloc: conform to C17DJ Delorie
2023-05-02malloc: Really fix tst-memalign-3 link against threadsSamuel Thibault
2023-05-02malloc: Fix tst-memalign-3 link against threadsSamuel Thibault
2023-04-20malloc: Add missing shared thread library flagsAdhemerval Zanella
2023-04-18malloc: set NON_MAIN_ARENA flag for reclaimed memalign chunk (BZ #30101)DJ Delorie
2023-03-29memalign: Support scanning for aligned chunks.DJ Delorie
2023-03-29Remove --enable-tunables configure optionAdhemerval Zanella Netto
2023-03-29Remove --disable-experimental-malloc optionAdhemerval Zanella
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers
2022-10-28Remove unused scratch_buffer_dupfreeSzabolcs Nagy
2022-02-25build: Properly generate .d dependency files [BZ #28922]H.J. Lu
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2021-12-27malloc: Add missing shared thread library flagsSamuel Thibault
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-08-05tst-mxfast: Don't run with mcheckSiddhesh Poyarekar
2021-07-26Exclude static tests for mcheck and malloc-checkSiddhesh Poyarekar
2021-07-22mcheck Fix malloc_usable_size [BZ #22057]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-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-22Make mcheck tests conditional on GLIBC_2.23 or earlierSiddhesh Poyarekar
2021-07-22malloc: Fix tst-mallocfork3-malloc-check linkSamuel Thibault
2021-07-12mcheck: Align struct hdr to MALLOC_ALIGNMENT bytes [BZ #28068]H.J. Lu