aboutsummaryrefslogtreecommitdiff
path: root/malloc/hooks.c
AgeCommit message (Expand)AuthorFilesLines
2021-09-03Remove "Contributed by" linesSiddhesh Poyarekar1-1/+0
2021-07-22Remove malloc hooks [BZ #23328]Siddhesh Poyarekar1-1/+5
2021-07-22Move malloc_{g,s}et_state to libc_malloc_debugSiddhesh Poyarekar1-114/+0
2021-07-22glibc.malloc.check: Wean away from malloc hooksSiddhesh Poyarekar1-9/+0
2021-07-22mcheck: Wean away from malloc hooks [BZ #23489]Siddhesh Poyarekar1-58/+3
2021-07-22Move malloc hooks into a compat DSOSiddhesh Poyarekar1-11/+53
2021-07-22Remove __morecore and __default_morecoreSiddhesh Poyarekar1-0/+2
2021-07-22Remove __after_morecore_hookSiddhesh Poyarekar1-0/+5
2021-07-04hooks.c: Remove incorrect commentSiddhesh Poyarekar1-4/+0
2021-07-03Move glibc.malloc.check implementation into its own fileSiddhesh Poyarekar1-370/+1
2021-05-17Missing ENOMEM in realloc_check wrapper (bug 27870)Andreas Schwab1-1/+4
2021-03-26malloc: Rename chunk2rawmemSzabolcs Nagy1-2/+2
2021-03-26malloc: Use chunk2rawmem throughoutSzabolcs Nagy1-1/+1
2021-03-26malloc: Use memsize instead of CHUNK_AVAILABLE_SIZESzabolcs Nagy1-6/+5
2021-03-26malloc: Use mtag_enabled instead of USE_MTAGSzabolcs Nagy1-6/+4
2021-03-26malloc: Refactor TAG_ macros to avoid indirectionSzabolcs Nagy1-5/+5
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2020-12-30malloc: preserve errno on mcheck hooks [BZ #17924]Adhemerval Zanella1-5/+11
2020-12-24MTE: Do not pad size in realloc_checkSiddhesh Poyarekar1-4/+5
2020-12-21malloc: Basic support for memory tagging in the malloc() familyRichard Earnshaw1-27/+52
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert1-1/+1
2019-04-18malloc: make malloc fail with requests larger than PTRDIFF_MAX (BZ#23741)Adhemerval Zanella1-7/+10
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2018-06-29malloc: Update heap dumping/undumping comments [BZ #23351]Florian Weimer1-36/+6
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2017-10-15Silence -O3 -Wall warning in malloc/hooks.c with GCC 7 [BZ #22052]H.J. Lu1-0/+7
2017-08-31malloc: Remove the internal_function attributeFlorian Weimer1-2/+0
2017-08-31malloc: Change top_check return type to voidFlorian Weimer1-14/+12
2017-08-30malloc: Remove check_action variable [BZ #21754]Florian Weimer1-50/+5
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2016-10-28malloc: Use accessors for chunk metadata accessFlorian Weimer1-4/+4
2016-10-26malloc: Remove malloc_get_state, malloc_set_state [BZ #19473]Florian Weimer1-49/+14
2016-09-06malloc: Automated part of conversion to __libc_lockFlorian Weimer1-14/+14
2016-05-24malloc: Correct malloc alignment on 32-bit architectures [BZ #6527]Florian Weimer1-1/+1
2016-05-13malloc: Rewrite dumped heap for compatibility in __malloc_set_stateFlorian Weimer1-100/+50
2016-02-19malloc: Remove max_total_mem member form struct malloc_parFlorian Weimer1-1/+1
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2015-05-19Fix for test "malloc_usable_size: expected 7 but got 11"James Lemke1-24/+38
2015-05-19Avoid deadlock in malloc on backtrace (BZ #16159)Siddhesh Poyarekar1-4/+8
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2014-12-11Fix for test "malloc_usable_size: expected 7 but got 11"James Lemke1-44/+35
2014-12-01Fix for test "malloc_usable_size: expected 7 but got 11"James Lemke1-35/+44
2014-01-02Reformat malloc to gnu style.Ondřej Bílka1-294/+354
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae1-1/+1
2013-12-10Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.Ondřej Bílka1-1/+1
2013-12-10Drop PER_THREAD conditionals from malloc.Ondřej Bílka1-4/+0
2013-12-09Replace malloc force_reg by atomic_forced_read.Ondřej Bílka1-1/+1
2013-11-20Consolidate valloc/pvalloc code.Ondřej Bílka1-0/+7
2013-10-30malloc: Fix for infinite loop in memalign/posix_memalign.Will Newton1-0/+8