aboutsummaryrefslogtreecommitdiff
path: root/malloc/malloc.c
AgeCommit message (Expand)Author
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2021-12-16Remove upper limit on tunable MALLOC_MMAP_THRESHOLDPatrick McGehearty
2021-12-15malloc: Enable huge page support on main arenaAdhemerval Zanella
2021-12-15malloc: Move MORECORE fallback mmap to sysmalloc_mmap_fallbackAdhemerval Zanella
2021-12-15malloc: Add Huge Page support to arenasAdhemerval Zanella
2021-12-15malloc: Add Huge Page support for mmapAdhemerval Zanella
2021-12-15malloc: Move mmap logic to its own functionAdhemerval Zanella
2021-12-15malloc: Add THP/madvise support for sbrkAdhemerval Zanella
2021-12-15malloc: Add madvise support for Transparent Huge PagesAdhemerval Zanella
2021-10-29Handle NULL input to malloc_usable_size [BZ #28506]Siddhesh Poyarekar
2021-09-03Remove "Contributed by" linesSiddhesh Poyarekar
2021-07-23Fix build and tests with --disable-tunablesSiddhesh Poyarekar
2021-07-22Move malloc_{g,s}et_state to libc_malloc_debugSiddhesh Poyarekar
2021-07-22glibc.malloc.check: Wean away from malloc hooksSiddhesh Poyarekar
2021-07-22Simplify __malloc_initializedSiddhesh Poyarekar
2021-07-22Move malloc hooks into a compat DSOSiddhesh Poyarekar
2021-07-22Remove __morecore and __default_morecoreSiddhesh Poyarekar
2021-07-22Remove __after_morecore_hookSiddhesh Poyarekar
2021-07-09Force building with -fno-commonFlorian Weimer
2021-07-08_int_realloc is staticSiddhesh Poyarekar
2021-07-08Harden tcache double-free checkSiddhesh Poyarekar
2021-07-02malloc: Initiate tcache shutdown even without allocations [BZ #28028]JeffyChen
2021-06-02fix typoXeonacid
2021-04-12Further fixes for REALLOC_ZERO_BYTES_FREES commentPaul Eggert
2021-04-11Fix REALLOC_ZERO_BYTES_FREES comment to match C17Paul Eggert
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: 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
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert
2020-12-29free: preserve errno [BZ#17924]Paul Eggert
2020-12-21malloc: Basic support for memory tagging in the malloc() familyRichard Earnshaw
2020-12-16malloc: Use __libc_initial to detect an inner libcFlorian Weimer
2020-12-11malloc: Detect infinite-loop in _int_free when freeing tcache [BZ#27052]W. Hashimoto
2020-10-06Replace Minumum/minumum with Minimum/minimumH.J. Lu
2020-09-17Update mallinfo2 ABI, and testDJ Delorie
2020-08-31Add mallinfo2 function that support sizes >= 4GB.Martin Liska