aboutsummaryrefslogtreecommitdiff
path: root/malloc
AgeCommit message (Expand)Author
2021-08-05tst-mxfast: Don't run with mcheckSiddhesh Poyarekar
2021-07-26Exclude static tests for mcheck and malloc-checkSiddhesh Poyarekar
2021-07-23Fix build and tests with --disable-tunablesSiddhesh Poyarekar
2021-07-22mcheck Fix malloc_usable_size [BZ #22057]Siddhesh Poyarekar
2021-07-22Remove malloc hooks [BZ #23328]Siddhesh Poyarekar
2021-07-22Move malloc_{g,s}et_state to libc_malloc_debugSiddhesh Poyarekar
2021-07-22glibc.malloc.check: Wean away from malloc hooksSiddhesh Poyarekar
2021-07-22mtrace: Wean away from malloc hooksSiddhesh Poyarekar
2021-07-22Simplify __malloc_initializedSiddhesh Poyarekar
2021-07-22mcheck: Wean away from malloc hooks [BZ #23489]Siddhesh Poyarekar
2021-07-22Move malloc hooks into a compat DSOSiddhesh Poyarekar
2021-07-22Remove __morecore and __default_morecoreSiddhesh Poyarekar
2021-07-22Remove __after_morecore_hookSiddhesh Poyarekar
2021-07-22Make mcheck tests conditional on GLIBC_2.23 or earlierSiddhesh Poyarekar
2021-07-22malloc: Fix tst-mallocfork3-malloc-check linkSamuel Thibault
2021-07-19tst-safe-linking: make false positives even more improbableSiddhesh Poyarekar
2021-07-12mcheck: Align struct hdr to MALLOC_ALIGNMENT bytes [BZ #28068]H.J. Lu
2021-07-09Force building with -fno-commonFlorian Weimer
2021-07-09Add a generic malloc test for MALLOC_ALIGNMENTH.J. Lu
2021-07-08_int_realloc is staticSiddhesh Poyarekar
2021-07-08Move mcheck symbol from stdlib to mallocSiddhesh Poyarekar
2021-07-08Harden tcache double-free checkSiddhesh Poyarekar
2021-07-07tests-exclude-mcheck: Fix typoSiddhesh Poyarekar
2021-07-06Exclude tst-realloc from tests-mcheckSiddhesh Poyarekar
2021-07-04hooks.c: Remove incorrect commentSiddhesh Poyarekar
2021-07-02mtrace: Add attribute nocommon to mallwatchTulio Magno Quites Machado Filho
2021-07-03Move glibc.malloc.check implementation into its own fileSiddhesh Poyarekar
2021-07-03mtrace: Deprecate mallwatch and tr_breakSiddhesh Poyarekar
2021-07-03Drop source dependencies on hooks.c and arena.cSiddhesh Poyarekar
2021-07-02malloc: Initiate tcache shutdown even without allocations [BZ #28028]JeffyChen
2021-07-02Add mcheck tests to mallocSiddhesh Poyarekar
2021-06-28posix: Add _Fork [BZ #4737]Adhemerval Zanella
2021-06-23More mcheck -> malloc-check refactoringSiddhesh Poyarekar
2021-06-22malloc: Drop __malloc_initialized from VersionsSiddhesh Poyarekar
2021-06-22tst-mcheck: Rename to tst-malloc-checkSiddhesh Poyarekar
2021-06-03dlfcn: Cleanups after -ldl is no longer requiredFlorian Weimer
2021-06-02fix typoXeonacid
2021-05-25tst-mallinfo2.c: Use correct multiple for total variableYang Xu
2021-05-17Missing ENOMEM in realloc_check wrapper (bug 27870)Andreas Schwab
2021-05-16Enable support for GCC 11 -Wmismatched-dealloc.Martin Sebor
2021-05-12Remove all usage of @BASH@ or ${BASH} in installed files, and hardcode /bin/b...Romain GEISSLER
2021-05-11nptl: Move stack cache management, __libpthread_freeres into libcFlorian Weimer
2021-05-07malloc: Make tunable callback functions staticH.J. Lu
2021-04-21dlfcn: dlerror needs to call free from the base namespace [BZ #24773]Florian Weimer
2021-04-12Further fixes for REALLOC_ZERO_BYTES_FREES commentPaul Eggert
2021-04-11Fix REALLOC_ZERO_BYTES_FREES comment to match C17Paul Eggert
2021-04-07malloc: Run tst-malloc-stats-cancellation via test-driver.cArjun Shankar
2021-03-26malloc: Ensure mtag code path in checked_request2size is coldSzabolcs Nagy
2021-03-26malloc: Remove unnecessary tagging around _mid_memalignSzabolcs Nagy
2021-03-26malloc: Rename chunk2rawmemSzabolcs Nagy