about summary refs log tree commit diff
path: root/malloc
Commit message (Expand)AuthorAgeFilesLines
* 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
* free: preserve errno [BZ#17924]Paul Eggert2020-12-293-4/+141
* MTE: Do not pad size in realloc_checkSiddhesh Poyarekar2020-12-241-4/+5
* tests-mcheck: New variable to run tests with MALLOC_CHECK_=3Siddhesh Poyarekar2020-12-241-0/+20
* malloc: Basic support for memory tagging in the malloc() familyRichard Earnshaw2020-12-213-97/+377
* malloc: Use __libc_initial to detect an inner libcFlorian Weimer2020-12-162-8/+7
* malloc: Detect infinite-loop in _int_free when freeing tcache [BZ#27052]W. Hashimoto2020-12-111-1/+4
* nsswitch: use new internal API (core)DJ Delorie2020-12-041-1/+3
* nss: Introduce <nss_module.h>Florian Weimer2020-12-041-0/+3
* Remove tls.h inclusion from internal errno.hAdhemerval Zanella2020-11-131-0/+1
* malloc debug: fix compile error when enable macro MALLOC_DEBUG > 1liqingqing2020-10-301-2/+2
* tst-tcfree2: adjust coding style.liqingqing2020-10-301-4/+4
* Revert "Fix missing redirects in testsuite targets"Andreas Schwab2020-10-081-1/+1
* Replace Minumum/minumum with Minimum/minimumH.J. Lu2020-10-061-1/+1
* Update mallinfo2 ABI, and testDJ Delorie2020-09-174-1/+89
* malloc: Fix mallinfo deprecation declarationAdhemerval Zanella2020-08-313-2/+15
* Add mallinfo2 function that support sizes >= 4GB.Martin Liska2020-08-312-5/+51
* Remove --enable-obsolete-rpc configure flagPetr Vorel2020-07-131-1/+4
* malloc: Deprecate more hook-related functionalityFlorian Weimer2020-07-131-3/+4
* string: Use tls-internal on strerror_lAdhemerval Zanella2020-07-071-1/+0
* string: Remove old TLS usage on strsignalAdhemerval Zanella2020-07-071-0/+2