summary refs log tree commit diff
path: root/malloc
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Missing ENOMEM in realloc_check wrapper (bug 27870)Andreas Schwab2021-05-172-2/+5
* Enable support for GCC 11 -Wmismatched-dealloc.Martin Sebor2021-05-161-4/+7
* Remove all usage of @BASH@ or ${BASH} in installed files, and hardcode /bin/b...Romain GEISSLER2021-05-122-4/+3
* nptl: Move stack cache management, __libpthread_freeres into libcFlorian Weimer2021-05-111-5/+10
* malloc: Make tunable callback functions staticH.J. Lu2021-05-071-2/+2
* dlfcn: dlerror needs to call free from the base namespace [BZ #24773]Florian Weimer2021-04-212-7/+5
* Further fixes for REALLOC_ZERO_BYTES_FREES commentPaul Eggert2021-04-121-7/+8
* Fix REALLOC_ZERO_BYTES_FREES comment to match C17Paul Eggert2021-04-111-4/+7
* malloc: Run tst-malloc-stats-cancellation via test-driver.cArjun Shankar2021-04-071-2/+4
* malloc: Ensure mtag code path in checked_request2size is coldSzabolcs Nagy2021-03-261-2/+7
* malloc: Remove unnecessary tagging around _mid_memalignSzabolcs Nagy2021-03-261-8/+2
* malloc: Rename chunk2rawmemSzabolcs Nagy2021-03-262-43/+43
* malloc: Use chunk2rawmem throughoutSzabolcs Nagy2021-03-262-26/+34
* malloc: Use different tag after mremapSzabolcs Nagy2021-03-261-1/+1
* malloc: Use memsize instead of CHUNK_AVAILABLE_SIZESzabolcs Nagy2021-03-262-26/+24
* malloc: Use mtag_enabled instead of USE_MTAGSzabolcs Nagy2021-03-262-12/+8
* malloc: Use branches instead of mtag_granule_maskSzabolcs Nagy2021-03-262-21/+14
* malloc: Change calloc when tagging is disabledSzabolcs Nagy2021-03-261-6/+4
* malloc: Only support zeroing and not arbitrary memset with mtagSzabolcs Nagy2021-03-261-9/+8
* malloc: Use global flag instead of function pointer dispatch for mtagSzabolcs Nagy2021-03-262-52/+39
* malloc: Refactor TAG_ macros to avoid indirectionSzabolcs Nagy2021-03-263-56/+51
* malloc: Avoid taggig mmaped memory on freeSzabolcs Nagy2021-03-261-3/+4
* malloc: Simplify __mtag_tag_new_usableSzabolcs Nagy2021-03-261-5/+0
* malloc: Move MTAG_MMAP_FLAGS definitionSzabolcs Nagy2021-03-261-0/+2
* malloc: Fix a potential realloc issue with memory taggingSzabolcs Nagy2021-03-261-7/+7
* malloc: Fix a realloc crash with heap tagging [BZ 27468]Szabolcs Nagy2021-03-261-1/+3
* Support for multiple versions in versioned_symbol, compat_symbolFlorian Weimer2021-03-251-1/+1
* malloc: Turn tst-mallocstate into a non-internal testFlorian Weimer2021-03-092-13/+8
* Implement <unwind-link.h> for dynamically loading the libgcc_s unwinderFlorian Weimer2021-03-011-0/+5
* added rt to malloc/Depend [BZ #27132]Paul Zimmermann2021-02-231-0/+1
* malloc: Sync dynarray with gnulibAdhemerval Zanella2021-02-099-84/+95
* tst-mallinfo2.c: Remove useless trailing semicolon for macroYang Xu2021-02-011-1/+1
* malloc: Add scratch_buffer_dupfreeAdhemerval Zanella2021-01-054-2/+67
* Update copyright dates not handled by scripts/update-copyrights.Paul Eggert2021-01-023-3/+3
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-0281-81/+81
* malloc: preserve errno on mcheck hooks [BZ #17924]Adhemerval Zanella2020-12-301-5/+11