aboutsummaryrefslogtreecommitdiff
path: root/malloc
AgeCommit message (Expand)Author
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
2021-03-26malloc: Use chunk2rawmem throughoutSzabolcs Nagy
2021-03-26malloc: Use different tag after mremapSzabolcs Nagy
2021-03-26malloc: Use memsize instead of CHUNK_AVAILABLE_SIZESzabolcs Nagy
2021-03-26malloc: Use mtag_enabled instead of USE_MTAGSzabolcs Nagy
2021-03-26malloc: Use branches instead of mtag_granule_maskSzabolcs Nagy
2021-03-26malloc: Change calloc when tagging is disabledSzabolcs Nagy
2021-03-26malloc: Only support zeroing and not arbitrary memset with mtagSzabolcs Nagy
2021-03-26malloc: Use global flag instead of function pointer dispatch for mtagSzabolcs Nagy
2021-03-26malloc: Refactor TAG_ macros to avoid indirectionSzabolcs Nagy
2021-03-26malloc: Avoid taggig mmaped memory on freeSzabolcs Nagy
2021-03-26malloc: Simplify __mtag_tag_new_usableSzabolcs Nagy
2021-03-26malloc: Move MTAG_MMAP_FLAGS definitionSzabolcs Nagy
2021-03-26malloc: Fix a potential realloc issue with memory taggingSzabolcs Nagy
2021-03-26malloc: Fix a realloc crash with heap tagging [BZ 27468]Szabolcs Nagy
2021-03-25Support for multiple versions in versioned_symbol, compat_symbolFlorian Weimer