aboutsummaryrefslogtreecommitdiff
path: root/malloc/Makefile
AgeCommit message (Expand)AuthorFilesLines
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2023-10-23malloc: Fix tst-tcfree3 build csky-linux-gnuabiv2 with fortify sourceAdhemerval Zanella1-0/+2
2023-06-12malloc: Decrease resource usage for malloc testsAdhemerval Zanella Netto1-12/+11
2023-05-08aligned_alloc: conform to C17DJ Delorie1-2/+4
2023-05-02malloc: Really fix tst-memalign-3 link against threadsSamuel Thibault1-1/+2
2023-05-02malloc: Fix tst-memalign-3 link against threadsSamuel Thibault1-0/+1
2023-04-20malloc: Add missing shared thread library flagsAdhemerval Zanella1-0/+1
2023-04-18malloc: set NON_MAIN_ARENA flag for reclaimed memalign chunk (BZ #30101)DJ Delorie1-2/+5
2023-03-29memalign: Support scanning for aligned chunks.DJ Delorie1-1/+2
2023-03-29Remove --enable-tunables configure optionAdhemerval Zanella Netto1-2/+0
2023-03-29Remove --disable-experimental-malloc optionAdhemerval Zanella1-4/+0
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers1-1/+1
2022-10-28Remove unused scratch_buffer_dupfreeSzabolcs Nagy1-1/+0
2022-02-25build: Properly generate .d dependency files [BZ #28922]H.J. Lu1-1/+1
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2021-12-27malloc: Add missing shared thread library flagsSamuel Thibault1-0/+16
2021-12-15malloc: Add Huge Page support to arenasAdhemerval Zanella1-1/+6
2021-12-15malloc: Add Huge Page support for mmapAdhemerval Zanella1-3/+5
2021-12-15malloc: Add madvise support for Transparent Huge PagesAdhemerval Zanella1-0/+16
2021-08-05tst-mxfast: Don't run with mcheckSiddhesh Poyarekar1-1/+2
2021-07-26Exclude static tests for mcheck and malloc-checkSiddhesh Poyarekar1-10/+3
2021-07-22mcheck Fix malloc_usable_size [BZ #22057]Siddhesh Poyarekar1-3/+1
2021-07-22Move malloc_{g,s}et_state to libc_malloc_debugSiddhesh Poyarekar1-0/+5
2021-07-22glibc.malloc.check: Wean away from malloc hooksSiddhesh Poyarekar1-1/+2
2021-07-22mcheck: Wean away from malloc hooks [BZ #23489]Siddhesh Poyarekar1-3/+0
2021-07-22Move malloc hooks into a compat DSOSiddhesh Poyarekar1-18/+29
2021-07-22Remove __morecore and __default_morecoreSiddhesh Poyarekar1-1/+1
2021-07-22Make mcheck tests conditional on GLIBC_2.23 or earlierSiddhesh Poyarekar1-0/+3
2021-07-22malloc: Fix tst-mallocfork3-malloc-check linkSamuel Thibault1-0/+1
2021-07-12mcheck: Align struct hdr to MALLOC_ALIGNMENT bytes [BZ #28068]H.J. Lu1-1/+3
2021-07-09Add a generic malloc test for MALLOC_ALIGNMENTH.J. Lu1-0/+1
2021-07-07tests-exclude-mcheck: Fix typoSiddhesh Poyarekar1-1/+1
2021-07-06Exclude tst-realloc from tests-mcheckSiddhesh Poyarekar1-1/+2
2021-07-03Drop source dependencies on hooks.c and arena.cSiddhesh Poyarekar1-4/+0
2021-07-02Add mcheck tests to mallocSiddhesh Poyarekar1-0/+35
2021-06-28posix: Add _Fork [BZ #4737]Adhemerval Zanella1-0/+3
2021-06-23More mcheck -> malloc-check refactoringSiddhesh Poyarekar1-13/+17
2021-06-22tst-mcheck: Rename to tst-malloc-checkSiddhesh Poyarekar1-3/+3
2021-06-03dlfcn: Cleanups after -ldl is no longer requiredFlorian Weimer1-3/+0
2021-05-17Missing ENOMEM in realloc_check wrapper (bug 27870)Andreas Schwab1-1/+1
2021-05-12Remove all usage of @BASH@ or ${BASH} in installed files, and hardcode /bin/b...Romain GEISSLER1-3/+2
2021-03-09malloc: Turn tst-mallocstate into a non-internal testFlorian Weimer1-4/+6
2021-01-05malloc: Add scratch_buffer_dupfreeAdhemerval Zanella1-0/+1
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2020-12-29free: preserve errno [BZ#17924]Paul Eggert1-0/+1
2020-12-24tests-mcheck: New variable to run tests with MALLOC_CHECK_=3Siddhesh Poyarekar1-0/+20
2020-10-08Revert "Fix missing redirects in testsuite targets"Andreas Schwab1-1/+1
2020-09-17Update mallinfo2 ABI, and testDJ Delorie1-1/+1
2020-04-03Add tests for Safe-LinkingEyal Itkin1-0/+1
2020-01-17Remove incorrect alloc_size attribute from pvalloc [BZ #25401]Florian Weimer1-1/+1