about summary refs log tree commit diff
path: root/malloc/malloc-debug.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-011-1/+1
* Fix all the remaining misspellings -- BZ 25337Paul Pluzhnikov2023-06-021-1/+1
* aligned_alloc: conform to C17DJ Delorie2023-05-081-1/+8
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-061-1/+1
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-011-1/+1
* malloc: Fix malloc debug for 2.35 onwardsStafford Horne2021-11-171-2/+0
* Handle NULL input to malloc_usable_size [BZ #28506]Siddhesh Poyarekar2021-10-291-6/+7
* mcheck Fix malloc_usable_size [BZ #22057]Siddhesh Poyarekar2021-07-221-0/+2
* Remove malloc hooks [BZ #23328]Siddhesh Poyarekar2021-07-221-0/+36
* Move malloc_{g,s}et_state to libc_malloc_debugSiddhesh Poyarekar2021-07-221-2/+180
* glibc.malloc.check: Wean away from malloc hooksSiddhesh Poyarekar2021-07-221-17/+137
* mtrace: Wean away from malloc hooksSiddhesh Poyarekar2021-07-221-0/+13
* mcheck: Wean away from malloc hooks [BZ #23489]Siddhesh Poyarekar2021-07-221-20/+153
* Move malloc hooks into a compat DSOSiddhesh Poyarekar2021-07-221-0/+189