aboutsummaryrefslogtreecommitdiff
path: root/malloc
AgeCommit message (Expand)AuthorFilesLines
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
2021-03-09malloc: Turn tst-mallocstate into a non-internal testFlorian Weimer2-13/+8
2021-03-01Implement <unwind-link.h> for dynamically loading the libgcc_s unwinderFlorian Weimer1-0/+5
2021-02-23added rt to malloc/Depend [BZ #27132]Paul Zimmermann1-0/+1
2021-02-09malloc: Sync dynarray with gnulibAdhemerval Zanella9-84/+95
2021-02-01tst-mallinfo2.c: Remove useless trailing semicolon for macroYang Xu1-1/+1
2021-01-05malloc: Add scratch_buffer_dupfreeAdhemerval Zanella4-2/+67
2021-01-02Update copyright dates not handled by scripts/update-copyrights.Paul Eggert3-3/+3
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert81-81/+81
2020-12-30malloc: preserve errno on mcheck hooks [BZ #17924]Adhemerval Zanella1-5/+11
2020-12-29free: preserve errno [BZ#17924]Paul Eggert3-4/+141
2020-12-24MTE: Do not pad size in realloc_checkSiddhesh Poyarekar1-4/+5
2020-12-24tests-mcheck: New variable to run tests with MALLOC_CHECK_=3Siddhesh Poyarekar1-0/+20
2020-12-21malloc: Basic support for memory tagging in the malloc() familyRichard Earnshaw3-97/+377
2020-12-16malloc: Use __libc_initial to detect an inner libcFlorian Weimer2-8/+7
2020-12-11malloc: Detect infinite-loop in _int_free when freeing tcache [BZ#27052]W. Hashimoto1-1/+4
2020-12-04nsswitch: use new internal API (core)DJ Delorie1-1/+3
2020-12-04nss: Introduce <nss_module.h>Florian Weimer1-0/+3
2020-11-13Remove tls.h inclusion from internal errno.hAdhemerval Zanella1-0/+1
2020-10-30malloc debug: fix compile error when enable macro MALLOC_DEBUG > 1liqingqing1-2/+2
2020-10-30tst-tcfree2: adjust coding style.liqingqing1-4/+4
2020-10-08Revert "Fix missing redirects in testsuite targets"Andreas Schwab1-1/+1
2020-10-06Replace Minumum/minumum with Minimum/minimumH.J. Lu1-1/+1
2020-09-17Update mallinfo2 ABI, and testDJ Delorie4-1/+89
2020-08-31malloc: Fix mallinfo deprecation declarationAdhemerval Zanella3-2/+15
2020-08-31Add mallinfo2 function that support sizes >= 4GB.Martin Liska2-5/+51
2020-07-13Remove --enable-obsolete-rpc configure flagPetr Vorel1-1/+4
2020-07-13malloc: Deprecate more hook-related functionalityFlorian Weimer1-3/+4
2020-07-07string: Use tls-internal on strerror_lAdhemerval Zanella1-1/+0
2020-07-07string: Remove old TLS usage on strsignalAdhemerval Zanella1-0/+2