aboutsummaryrefslogtreecommitdiff
path: root/malloc
AgeCommit message (Expand)AuthorFilesLines
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
2021-03-26malloc: Remove unnecessary tagging around _mid_memalignSzabolcs Nagy1-8/+2
2021-03-26malloc: Rename chunk2rawmemSzabolcs Nagy2-43/+43
2021-03-26malloc: Use chunk2rawmem throughoutSzabolcs Nagy2-26/+34
2021-03-26malloc: Use different tag after mremapSzabolcs Nagy1-1/+1
2021-03-26malloc: Use memsize instead of CHUNK_AVAILABLE_SIZESzabolcs Nagy2-26/+24
2021-03-26malloc: Use mtag_enabled instead of USE_MTAGSzabolcs Nagy2-12/+8
2021-03-26malloc: Use branches instead of mtag_granule_maskSzabolcs Nagy2-21/+14
2021-03-26malloc: Change calloc when tagging is disabledSzabolcs Nagy1-6/+4
2021-03-26malloc: Only support zeroing and not arbitrary memset with mtagSzabolcs Nagy1-9/+8
2021-03-26malloc: Use global flag instead of function pointer dispatch for mtagSzabolcs Nagy2-52/+39
2021-03-26malloc: Refactor TAG_ macros to avoid indirectionSzabolcs Nagy3-56/+51
2021-03-26malloc: Avoid taggig mmaped memory on freeSzabolcs Nagy1-3/+4
2021-03-26malloc: Simplify __mtag_tag_new_usableSzabolcs Nagy1-5/+0
2021-03-26malloc: Move MTAG_MMAP_FLAGS definitionSzabolcs Nagy1-0/+2
2021-03-26malloc: Fix a potential realloc issue with memory taggingSzabolcs Nagy1-7/+7
2021-03-26malloc: Fix a realloc crash with heap tagging [BZ 27468]Szabolcs Nagy1-1/+3
2021-03-25Support for multiple versions in versioned_symbol, compat_symbolFlorian Weimer1-1/+1