aboutsummaryrefslogtreecommitdiff
path: root/malloc/malloc-debug.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2023-06-02Fix all the remaining misspellings -- BZ 25337Paul Pluzhnikov1-1/+1
2023-05-08aligned_alloc: conform to C17DJ Delorie1-1/+8
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers1-1/+1
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2021-11-17malloc: Fix malloc debug for 2.35 onwardsStafford Horne1-2/+0
2021-10-29Handle NULL input to malloc_usable_size [BZ #28506]Siddhesh Poyarekar1-6/+7
2021-07-22mcheck Fix malloc_usable_size [BZ #22057]Siddhesh Poyarekar1-0/+2
2021-07-22Remove malloc hooks [BZ #23328]Siddhesh Poyarekar1-0/+36
2021-07-22Move malloc_{g,s}et_state to libc_malloc_debugSiddhesh Poyarekar1-2/+180
2021-07-22glibc.malloc.check: Wean away from malloc hooksSiddhesh Poyarekar1-17/+137
2021-07-22mtrace: Wean away from malloc hooksSiddhesh Poyarekar1-0/+13
2021-07-22mcheck: Wean away from malloc hooks [BZ #23489]Siddhesh Poyarekar1-20/+153
2021-07-22Move malloc hooks into a compat DSOSiddhesh Poyarekar1-0/+189