aboutsummaryrefslogtreecommitdiff
path: root/malloc/hooks.c
AgeCommit message (Expand)Author
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2021-09-03Remove "Contributed by" linesSiddhesh Poyarekar
2021-07-22Remove malloc hooks [BZ #23328]Siddhesh 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-22mcheck: Wean away from malloc hooks [BZ #23489]Siddhesh 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-04hooks.c: Remove incorrect commentSiddhesh Poyarekar
2021-07-03Move glibc.malloc.check implementation into its own fileSiddhesh Poyarekar
2021-05-17Missing ENOMEM in realloc_check wrapper (bug 27870)Andreas Schwab
2021-03-26malloc: Rename chunk2rawmemSzabolcs Nagy
2021-03-26malloc: Use chunk2rawmem throughoutSzabolcs 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: Refactor TAG_ macros to avoid indirectionSzabolcs Nagy
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert
2020-12-30malloc: preserve errno on mcheck hooks [BZ #17924]Adhemerval Zanella
2020-12-24MTE: Do not pad size in realloc_checkSiddhesh Poyarekar
2020-12-21malloc: Basic support for memory tagging in the malloc() familyRichard Earnshaw
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert
2019-04-18malloc: make malloc fail with requests larger than PTRDIFF_MAX (BZ#23741)Adhemerval Zanella
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2018-06-29malloc: Update heap dumping/undumping comments [BZ #23351]Florian Weimer
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2017-10-15Silence -O3 -Wall warning in malloc/hooks.c with GCC 7 [BZ #22052]H.J. Lu
2017-08-31malloc: Remove the internal_function attributeFlorian Weimer
2017-08-31malloc: Change top_check return type to voidFlorian Weimer
2017-08-30malloc: Remove check_action variable [BZ #21754]Florian Weimer
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2016-10-28malloc: Use accessors for chunk metadata accessFlorian Weimer
2016-10-26malloc: Remove malloc_get_state, malloc_set_state [BZ #19473]Florian Weimer
2016-09-06malloc: Automated part of conversion to __libc_lockFlorian Weimer
2016-05-24malloc: Correct malloc alignment on 32-bit architectures [BZ #6527]Florian Weimer
2016-05-13malloc: Rewrite dumped heap for compatibility in __malloc_set_stateFlorian Weimer
2016-02-19malloc: Remove max_total_mem member form struct malloc_parFlorian Weimer
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers
2015-05-19Fix for test "malloc_usable_size: expected 7 but got 11"James Lemke
2015-05-19Avoid deadlock in malloc on backtrace (BZ #16159)Siddhesh Poyarekar
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers
2014-12-11Fix for test "malloc_usable_size: expected 7 but got 11"James Lemke
2014-12-01Fix for test "malloc_usable_size: expected 7 but got 11"James Lemke
2014-01-02Reformat malloc to gnu style.Ondřej Bílka
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae
2013-12-10Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.Ondřej Bílka
2013-12-10Drop PER_THREAD conditionals from malloc.Ondřej Bílka
2013-12-09Replace malloc force_reg by atomic_forced_read.Ondřej Bílka
2013-11-20Consolidate valloc/pvalloc code.Ondřej Bílka