summary refs log tree commit diff
path: root/malloc
Commit message (Expand)AuthorAgeFilesLines
* malloc: Fix tst-mallocalign1 macro spacing.Carlos O'Donell2022-02-011-1/+1
* malloc: Fix -Wuse-after-free warning in tst-mallocalign1 [BZ #26779]Carlos O'Donell2022-01-311-9/+11
* Avoid -Wuse-after-free in tests [BZ #26779].Martin Sebor2022-01-265-1/+58
* Update copyright dates not handled by scripts/update-copyrights.Paul Eggert2022-01-013-3/+3
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-0188-88/+88
* malloc: Remove memusage.hAdhemerval Zanella2021-12-281-6/+7
* malloc: Use hp-timing on libmemusageAdhemerval Zanella2021-12-281-3/+21
* malloc: Remove atomic_* usageAdhemerval Zanella2021-12-281-18/+18
* malloc: Add missing shared thread library flagsSamuel Thibault2021-12-271-0/+16
* Remove upper limit on tunable MALLOC_MMAP_THRESHOLDPatrick McGehearty2021-12-161-10/+5
* malloc: Enable huge page support on main arenaAdhemerval Zanella2021-12-153-6/+14
* malloc: Move MORECORE fallback mmap to sysmalloc_mmap_fallbackAdhemerval Zanella2021-12-151-32/+53
* malloc: Add Huge Page support to arenasAdhemerval Zanella2021-12-153-44/+99
* malloc: Add Huge Page support for mmapAdhemerval Zanella2021-12-153-9/+34
* malloc: Move mmap logic to its own functionAdhemerval Zanella2021-12-151-76/+88
* malloc: Add THP/madvise support for sbrkAdhemerval Zanella2021-12-151-5/+29
* malloc: Add madvise support for Transparent Huge PagesAdhemerval Zanella2021-12-154-0/+69
* malloc: Fix malloc debug for 2.35 onwardsStafford Horne2021-11-171-2/+0
* elf: Introduce GLRO (dl_libc_freeres), called from __libc_freeresFlorian Weimer2021-11-171-0/+5
* Disable -Waggressive-loop-optimizations warnings in tst-dynarray.cJoseph Myers2021-10-291-0/+15
* Handle NULL input to malloc_usable_size [BZ #28506]Siddhesh Poyarekar2021-10-293-35/+25
* Add alloc_align attribute to memalign et alJonathan Wakely2021-10-211-2/+3
* misc: Add __get_nprocs_schedAdhemerval Zanella2021-09-271-1/+1
* Remove "Contributed by" linesSiddhesh Poyarekar2021-09-0317-20/+0
* mtrace: Fix output with PIE and ASLR [BZ #22716]Siddhesh Poyarekar2021-08-232-11/+10
* mtrace: Use a static buffer for printing [BZ #25947]Siddhesh Poyarekar2021-08-121-11/+3
* 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
* Fix build and tests with --disable-tunablesSiddhesh Poyarekar2021-07-233-30/+28
* mcheck Fix malloc_usable_size [BZ #22057]Siddhesh Poyarekar2021-07-223-3/+9
* Remove malloc hooks [BZ #23328]Siddhesh Poyarekar2021-07-224-41/+41
* Move malloc_{g,s}et_state to libc_malloc_debugSiddhesh Poyarekar2021-07-225-167/+193
* glibc.malloc.check: Wean away from malloc hooksSiddhesh Poyarekar2021-07-227-80/+213
* mtrace: Wean away from malloc hooksSiddhesh Poyarekar2021-07-224-302/+253
* Simplify __malloc_initializedSiddhesh Poyarekar2021-07-222-18/+18
* mcheck: Wean away from malloc hooks [BZ #23489]Siddhesh Poyarekar2021-07-226-458/+592
* Move malloc hooks into a compat DSOSiddhesh Poyarekar2021-07-2213-111/+453
* Remove __morecore and __default_morecoreSiddhesh Poyarekar2021-07-226-46/+19
* Remove __after_morecore_hookSiddhesh Poyarekar2021-07-223-24/+6
* 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
* tst-safe-linking: make false positives even more improbableSiddhesh Poyarekar2021-07-191-6/+25
* mcheck: Align struct hdr to MALLOC_ALIGNMENT bytes [BZ #28068]H.J. Lu2021-07-122-2/+5
* Force building with -fno-commonFlorian Weimer2021-07-092-2/+2
* Add a generic malloc test for MALLOC_ALIGNMENTH.J. Lu2021-07-093-40/+73
* _int_realloc is staticSiddhesh Poyarekar2021-07-081-2/+2
* Move mcheck symbol from stdlib to mallocSiddhesh Poyarekar2021-07-081-1/+1
* Harden tcache double-free checkSiddhesh Poyarekar2021-07-082-4/+41
* tests-exclude-mcheck: Fix typoSiddhesh Poyarekar2021-07-071-1/+1
* Exclude tst-realloc from tests-mcheckSiddhesh Poyarekar2021-07-061-1/+2