summary refs log tree commit diff
path: root/malloc/Makefile
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add tests for Safe-LinkingEyal Itkin2020-04-031-0/+1
* Remove incorrect alloc_size attribute from pvalloc [BZ #25401]Florian Weimer2020-01-171-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-011-1/+1
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-071-1/+1
* malloc: Various cleanups for malloc/tst-mxfastFlorian Weimer2019-08-151-2/+1
* Add glibc.malloc.mxfast tunableDJ Delorie2019-08-091-0/+3
* malloc/tst-mallocfork2: Use process-shared barriersFlorian Weimer2019-05-081-0/+1
* memusagestat: use local glibc when linking [BZ #18465]Mike Frysinger2019-04-241-2/+2
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-011-1/+1
* malloc: Add another test for tcache double free check.DJ Delorie2018-12-071-1/+1
* malloc: tcache double free checkDJ Delorie2018-11-201-0/+1
* [BZ #22830] malloc_stats: restore cancellation for stderr correctly.Zack Weinberg2018-02-101-0/+2
* Fix integer overflows in internal memalign and malloc functions [BZ #22343]Arjun Shankar2018-01-181-0/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-011-1/+1
* Replace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.cH.J. Lu2017-12-111-2/+2