about summary refs log tree commit diff
path: root/malloc
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* hooks.c: Remove incorrect commentSiddhesh Poyarekar2021-07-041-4/+0
* mtrace: Add attribute nocommon to mallwatchTulio Magno Quites Machado Filho2021-07-021-1/+1
* Move glibc.malloc.check implementation into its own fileSiddhesh Poyarekar2021-07-032-370/+391
* mtrace: Deprecate mallwatch and tr_breakSiddhesh Poyarekar2021-07-031-37/+20
* Drop source dependencies on hooks.c and arena.cSiddhesh Poyarekar2021-07-031-4/+0
* malloc: Initiate tcache shutdown even without allocations [BZ #28028]JeffyChen2021-07-021-1/+2
* Add mcheck tests to mallocSiddhesh Poyarekar2021-07-021-0/+35
* posix: Add _Fork [BZ #4737]Adhemerval Zanella2021-06-282-0/+216
* More mcheck -> malloc-check refactoringSiddhesh Poyarekar2021-06-231-13/+17
* malloc: Drop __malloc_initialized from VersionsSiddhesh Poyarekar2021-06-221-1/+1
* tst-mcheck: Rename to tst-malloc-checkSiddhesh Poyarekar2021-06-222-3/+3
* dlfcn: Cleanups after -ldl is no longer requiredFlorian Weimer2021-06-031-3/+0
* fix typoXeonacid2021-06-021-1/+1
* tst-mallinfo2.c: Use correct multiple for total variableYang Xu2021-05-251-2/+2