about summary refs log tree commit diff
path: root/malloc/Makefile
Commit message (Expand)AuthorAgeFilesLines
* malloc: Improve aligned_alloc and calloc test coverage.Joe Simmons-Talbott7 days1-0/+12
* malloc/Makefile: Split and sort testsH.J. Lu11 days1-64/+102
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-011-1/+1
* malloc: Fix tst-tcfree3 build csky-linux-gnuabiv2 with fortify sourceAdhemerval Zanella2023-10-231-0/+2
* malloc: Decrease resource usage for malloc testsAdhemerval Zanella Netto2023-06-121-12/+11
* aligned_alloc: conform to C17DJ Delorie2023-05-081-2/+4
* malloc: Really fix tst-memalign-3 link against threadsSamuel Thibault2023-05-021-1/+2
* malloc: Fix tst-memalign-3 link against threadsSamuel Thibault2023-05-021-0/+1
* malloc: Add missing shared thread library flagsAdhemerval Zanella2023-04-201-0/+1
* malloc: set NON_MAIN_ARENA flag for reclaimed memalign chunk (BZ #30101)DJ Delorie2023-04-181-2/+5
* memalign: Support scanning for aligned chunks.DJ Delorie2023-03-291-1/+2
* Remove --enable-tunables configure optionAdhemerval Zanella Netto2023-03-291-2/+0
* Remove --disable-experimental-malloc optionAdhemerval Zanella2023-03-291-4/+0
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-061-1/+1
* Remove unused scratch_buffer_dupfreeSzabolcs Nagy2022-10-281-1/+0
* build: Properly generate .d dependency files [BZ #28922]H.J. Lu2022-02-251-1/+1
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-011-1/+1
* malloc: Add missing shared thread library flagsSamuel Thibault2021-12-271-0/+16
* malloc: Add Huge Page support to arenasAdhemerval Zanella2021-12-151-1/+6
* malloc: Add Huge Page support for mmapAdhemerval Zanella2021-12-151-3/+5
* malloc: Add madvise support for Transparent Huge PagesAdhemerval Zanella2021-12-151-0/+16
* tst-mxfast: Don't run with mcheckSiddhesh Poyarekar2021-08-051-1/+2
* Exclude static tests for mcheck and malloc-checkSiddhesh Poyarekar2021-07-261-10/+3
* mcheck Fix malloc_usable_size [BZ #22057]Siddhesh Poyarekar2021-07-221-3/+1
* Move malloc_{g,s}et_state to libc_malloc_debugSiddhesh Poyarekar2021-07-221-0/+5
* glibc.malloc.check: Wean away from malloc hooksSiddhesh Poyarekar2021-07-221-1/+2
* mcheck: Wean away from malloc hooks [BZ #23489]Siddhesh Poyarekar2021-07-221-3/+0
* Move malloc hooks into a compat DSOSiddhesh Poyarekar2021-07-221-18/+29
* Remove __morecore and __default_morecoreSiddhesh Poyarekar2021-07-221-1/+1
* Make mcheck tests conditional on GLIBC_2.23 or earlierSiddhesh Poyarekar2021-07-221-0/+3
* malloc: Fix tst-mallocfork3-malloc-check linkSamuel Thibault2021-07-221-0/+1
* mcheck: Align struct hdr to MALLOC_ALIGNMENT bytes [BZ #28068]H.J. Lu2021-07-121-1/+3
* Add a generic malloc test for MALLOC_ALIGNMENTH.J. Lu2021-07-091-0/+1
* tests-exclude-mcheck: Fix typoSiddhesh Poyarekar2021-07-071-1/+1
* Exclude tst-realloc from tests-mcheckSiddhesh Poyarekar2021-07-061-1/+2
* Drop source dependencies on hooks.c and arena.cSiddhesh Poyarekar2021-07-031-4/+0
* Add mcheck tests to mallocSiddhesh Poyarekar2021-07-021-0/+35
* posix: Add _Fork [BZ #4737]Adhemerval Zanella2021-06-281-0/+3
* More mcheck -> malloc-check refactoringSiddhesh Poyarekar2021-06-231-13/+17
* tst-mcheck: Rename to tst-malloc-checkSiddhesh Poyarekar2021-06-221-3/+3
* dlfcn: Cleanups after -ldl is no longer requiredFlorian Weimer2021-06-031-3/+0
* Missing ENOMEM in realloc_check wrapper (bug 27870)Andreas Schwab2021-05-171-1/+1
* Remove all usage of @BASH@ or ${BASH} in installed files, and hardcode /bin/b...Romain GEISSLER2021-05-121-3/+2
* malloc: Turn tst-mallocstate into a non-internal testFlorian Weimer2021-03-091-4/+6
* malloc: Add scratch_buffer_dupfreeAdhemerval Zanella2021-01-051-0/+1
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-021-1/+1
* free: preserve errno [BZ#17924]Paul Eggert2020-12-291-0/+1
* tests-mcheck: New variable to run tests with MALLOC_CHECK_=3Siddhesh Poyarekar2020-12-241-0/+20
* Revert "Fix missing redirects in testsuite targets"Andreas Schwab2020-10-081-1/+1
* Update mallinfo2 ABI, and testDJ Delorie2020-09-171-1/+1