aboutsummaryrefslogtreecommitdiff
path: root/malloc
AgeCommit message (Expand)AuthorFilesLines
2021-08-23mtrace: Fix output with PIE and ASLR [BZ #22716]Siddhesh Poyarekar2-11/+10
2021-08-12mtrace: Use a static buffer for printing [BZ #25947]Siddhesh Poyarekar1-11/+3
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-23Fix build and tests with --disable-tunablesSiddhesh Poyarekar3-30/+28
2021-07-22mcheck Fix malloc_usable_size [BZ #22057]Siddhesh Poyarekar3-3/+9
2021-07-22Remove malloc hooks [BZ #23328]Siddhesh Poyarekar4-41/+41
2021-07-22Move malloc_{g,s}et_state to libc_malloc_debugSiddhesh Poyarekar5-167/+193
2021-07-22glibc.malloc.check: Wean away from malloc hooksSiddhesh Poyarekar7-80/+213
2021-07-22mtrace: Wean away from malloc hooksSiddhesh Poyarekar4-302/+253
2021-07-22Simplify __malloc_initializedSiddhesh Poyarekar2-18/+18
2021-07-22mcheck: Wean away from malloc hooks [BZ #23489]Siddhesh Poyarekar6-458/+592
2021-07-22Move malloc hooks into a compat DSOSiddhesh Poyarekar13-111/+453
2021-07-22Remove __morecore and __default_morecoreSiddhesh Poyarekar6-46/+19
2021-07-22Remove __after_morecore_hookSiddhesh Poyarekar3-24/+6
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-19tst-safe-linking: make false positives even more improbableSiddhesh Poyarekar1-6/+25
2021-07-12mcheck: Align struct hdr to MALLOC_ALIGNMENT bytes [BZ #28068]H.J. Lu2-2/+5
2021-07-09Force building with -fno-commonFlorian Weimer2-2/+2
2021-07-09Add a generic malloc test for MALLOC_ALIGNMENTH.J. Lu3-40/+73
2021-07-08_int_realloc is staticSiddhesh Poyarekar1-2/+2
2021-07-08Move mcheck symbol from stdlib to mallocSiddhesh Poyarekar1-1/+1
2021-07-08Harden tcache double-free checkSiddhesh Poyarekar2-4/+41
2021-07-07tests-exclude-mcheck: Fix typoSiddhesh Poyarekar1-1/+1
2021-07-06Exclude tst-realloc from tests-mcheckSiddhesh Poyarekar1-1/+2
2021-07-04hooks.c: Remove incorrect commentSiddhesh Poyarekar1-4/+0
2021-07-02mtrace: Add attribute nocommon to mallwatchTulio Magno Quites Machado Filho1-1/+1
2021-07-03Move glibc.malloc.check implementation into its own fileSiddhesh Poyarekar2-370/+391
2021-07-03mtrace: Deprecate mallwatch and tr_breakSiddhesh Poyarekar1-37/+20
2021-07-03Drop source dependencies on hooks.c and arena.cSiddhesh Poyarekar1-4/+0
2021-07-02malloc: Initiate tcache shutdown even without allocations [BZ #28028]JeffyChen1-1/+2
2021-07-02Add mcheck tests to mallocSiddhesh Poyarekar1-0/+35
2021-06-28posix: Add _Fork [BZ #4737]Adhemerval Zanella2-0/+216
2021-06-23More mcheck -> malloc-check refactoringSiddhesh Poyarekar1-13/+17
2021-06-22malloc: Drop __malloc_initialized from VersionsSiddhesh Poyarekar1-1/+1
2021-06-22tst-mcheck: Rename to tst-malloc-checkSiddhesh Poyarekar2-3/+3
2021-06-03dlfcn: Cleanups after -ldl is no longer requiredFlorian Weimer1-3/+0
2021-06-02fix typoXeonacid1-1/+1
2021-05-25tst-mallinfo2.c: Use correct multiple for total variableYang Xu1-2/+2
2021-05-17Missing ENOMEM in realloc_check wrapper (bug 27870)Andreas Schwab2-2/+5
2021-05-16Enable support for GCC 11 -Wmismatched-dealloc.Martin Sebor1-4/+7
2021-05-12Remove all usage of @BASH@ or ${BASH} in installed files, and hardcode /bin/b...Romain GEISSLER2-4/+3
2021-05-11nptl: Move stack cache management, __libpthread_freeres into libcFlorian Weimer1-5/+10
2021-05-07malloc: Make tunable callback functions staticH.J. Lu1-2/+2
2021-04-21dlfcn: dlerror needs to call free from the base namespace [BZ #24773]Florian Weimer2-7/+5
2021-04-12Further fixes for REALLOC_ZERO_BYTES_FREES commentPaul Eggert1-7/+8
2021-04-11Fix REALLOC_ZERO_BYTES_FREES comment to match C17Paul Eggert1-4/+7
2021-04-07malloc: Run tst-malloc-stats-cancellation via test-driver.cArjun Shankar1-2/+4
2021-03-26malloc: Ensure mtag code path in checked_request2size is coldSzabolcs Nagy1-2/+7