about summary refs log tree commit diff
path: root/malloc/malloc.c
Commit message (Expand)AuthorAgeFilesLines
* Handle NULL input to malloc_usable_size [BZ #28506]Siddhesh Poyarekar2021-10-291-16/+9
* Remove "Contributed by" linesSiddhesh Poyarekar2021-09-031-2/+0
* Fix build and tests with --disable-tunablesSiddhesh Poyarekar2021-07-231-25/+26
* Move malloc_{g,s}et_state to libc_malloc_debugSiddhesh Poyarekar2021-07-221-50/+5
* glibc.malloc.check: Wean away from malloc hooksSiddhesh Poyarekar2021-07-221-15/+20
* Simplify __malloc_initializedSiddhesh Poyarekar2021-07-221-12/+12
* Move malloc hooks into a compat DSOSiddhesh Poyarekar2021-07-221-73/+12
* Remove __morecore and __default_morecoreSiddhesh Poyarekar2021-07-221-4/+3
* Remove __after_morecore_hookSiddhesh Poyarekar2021-07-221-21/+1
* Force building with -fno-commonFlorian Weimer2021-07-091-1/+1
* _int_realloc is staticSiddhesh Poyarekar2021-07-081-2/+2
* Harden tcache double-free checkSiddhesh Poyarekar2021-07-081-4/+33
* malloc: Initiate tcache shutdown even without allocations [BZ #28028]JeffyChen2021-07-021-1/+2
* fix typoXeonacid2021-06-021-1/+1
* 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: 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-261-41/+41
* malloc: Use chunk2rawmem throughoutSzabolcs Nagy2021-03-261-25/+33
* malloc: Use different tag after mremapSzabolcs Nagy2021-03-261-1/+1
* malloc: Use memsize instead of CHUNK_AVAILABLE_SIZESzabolcs Nagy2021-03-261-20/+19
* malloc: Use mtag_enabled instead of USE_MTAGSzabolcs Nagy2021-03-261-6/+4
* malloc: Use branches instead of mtag_granule_maskSzabolcs Nagy2021-03-261-20/+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-261-20/+38
* malloc: Refactor TAG_ macros to avoid indirectionSzabolcs Nagy2021-03-261-43/+38
* malloc: Avoid taggig mmaped memory on freeSzabolcs Nagy2021-03-261-3/+4
* 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
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-021-1/+1
* free: preserve errno [BZ#17924]Paul Eggert2020-12-291-4/+9
* malloc: Basic support for memory tagging in the malloc() familyRichard Earnshaw2020-12-211-67/+269
* malloc: Use __libc_initial to detect an inner libcFlorian Weimer2020-12-161-0/+2
* malloc: Detect infinite-loop in _int_free when freeing tcache [BZ#27052]W. Hashimoto2020-12-111-1/+4
* Replace Minumum/minumum with Minimum/minimumH.J. Lu2020-10-061-1/+1
* Update mallinfo2 ABI, and testDJ Delorie2020-09-171-0/+2
* Add mallinfo2 function that support sizes >= 4GB.Martin Liska2020-08-311-5/+30
* malloc: ensure set_max_fast never stores zero [BZ #25733]DJ Delorie2020-04-061-1/+1
* Fix alignment bug in Safe-LinkingEyal Itkin2020-03-311-11/+11
* Typo fixes and CR cleanup in Safe-LinkingEyal Itkin2020-03-311-15/+15
* Add Safe-Linking to fastbins and tcacheEyal Itkin2020-03-291-13/+58
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-011-1/+1
* Correct range checking in mallopt/mxfast/tcache [BZ #25194]DJ Delorie2019-12-051-12/+20
* Base max_fast on alignment, not width, of bins (Bug 24903)DJ Delorie2019-10-301-1/+1
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-071-1/+1
* Add glibc.malloc.mxfast tunableDJ Delorie2019-08-091-7/+14