about summary refs log tree commit diff
path: root/malloc/hooks.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-011-1/+1
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-061-1/+1
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-011-1/+1
* Remove "Contributed by" linesSiddhesh Poyarekar2021-09-031-1/+0
* Remove malloc hooks [BZ #23328]Siddhesh Poyarekar2021-07-221-1/+5
* Move malloc_{g,s}et_state to libc_malloc_debugSiddhesh Poyarekar2021-07-221-114/+0
* glibc.malloc.check: Wean away from malloc hooksSiddhesh Poyarekar2021-07-221-9/+0
* mcheck: Wean away from malloc hooks [BZ #23489]Siddhesh Poyarekar2021-07-221-58/+3
* Move malloc hooks into a compat DSOSiddhesh Poyarekar2021-07-221-11/+53
* Remove __morecore and __default_morecoreSiddhesh Poyarekar2021-07-221-0/+2
* Remove __after_morecore_hookSiddhesh Poyarekar2021-07-221-0/+5
* hooks.c: Remove incorrect commentSiddhesh Poyarekar2021-07-041-4/+0
* Move glibc.malloc.check implementation into its own fileSiddhesh Poyarekar2021-07-031-370/+1
* Missing ENOMEM in realloc_check wrapper (bug 27870)Andreas Schwab2021-05-171-1/+4
* malloc: Rename chunk2rawmemSzabolcs Nagy2021-03-261-2/+2
* malloc: Use chunk2rawmem throughoutSzabolcs Nagy2021-03-261-1/+1
* malloc: Use memsize instead of CHUNK_AVAILABLE_SIZESzabolcs Nagy2021-03-261-6/+5
* malloc: Use mtag_enabled instead of USE_MTAGSzabolcs Nagy2021-03-261-6/+4
* malloc: Refactor TAG_ macros to avoid indirectionSzabolcs Nagy2021-03-261-5/+5
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-021-1/+1
* malloc: preserve errno on mcheck hooks [BZ #17924]Adhemerval Zanella2020-12-301-5/+11
* MTE: Do not pad size in realloc_checkSiddhesh Poyarekar2020-12-241-4/+5
* malloc: Basic support for memory tagging in the malloc() familyRichard Earnshaw2020-12-211-27/+52
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-011-1/+1
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-071-1/+1
* malloc: make malloc fail with requests larger than PTRDIFF_MAX (BZ#23741)Adhemerval Zanella2019-04-181-7/+10
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-011-1/+1
* malloc: Update heap dumping/undumping comments [BZ #23351]Florian Weimer2018-06-291-36/+6
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-011-1/+1
* Silence -O3 -Wall warning in malloc/hooks.c with GCC 7 [BZ #22052]H.J. Lu2017-10-151-0/+7
* malloc: Remove the internal_function attributeFlorian Weimer2017-08-311-2/+0
* malloc: Change top_check return type to voidFlorian Weimer2017-08-311-14/+12
* malloc: Remove check_action variable [BZ #21754]Florian Weimer2017-08-301-50/+5
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-011-1/+1
* malloc: Use accessors for chunk metadata accessFlorian Weimer2016-10-281-4/+4
* malloc: Remove malloc_get_state, malloc_set_state [BZ #19473]Florian Weimer2016-10-261-49/+14
* malloc: Automated part of conversion to __libc_lockFlorian Weimer2016-09-061-14/+14
* malloc: Correct malloc alignment on 32-bit architectures [BZ #6527]Florian Weimer2016-05-241-1/+1
* malloc: Rewrite dumped heap for compatibility in __malloc_set_stateFlorian Weimer2016-05-131-100/+50
* malloc: Remove max_total_mem member form struct malloc_parFlorian Weimer2016-02-191-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-041-1/+1
* Fix for test "malloc_usable_size: expected 7 but got 11"James Lemke2015-05-191-24/+38
* Avoid deadlock in malloc on backtrace (BZ #16159)Siddhesh Poyarekar2015-05-191-4/+8
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-021-1/+1
* Fix for test "malloc_usable_size: expected 7 but got 11"James Lemke2014-12-111-44/+35
* Fix for test "malloc_usable_size: expected 7 but got 11"James Lemke2014-12-011-35/+44
* Reformat malloc to gnu style.Ondřej Bílka2014-01-021-294/+354
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-011-1/+1
* Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.Ondřej Bílka2013-12-101-1/+1
* Drop PER_THREAD conditionals from malloc.Ondřej Bílka2013-12-101-4/+0