summaryrefslogtreecommitdiff
path: root/malloc/malloc-debug.c
AgeCommit message (Expand)Author
2025-11-19malloc: add free_sized and free_aligned_sized from C23Justin King
2025-10-08atomic: Remove atomic_forced_readWilco Dijkstra
2025-09-19malloc: Remove dumped heap supportWilco Dijkstra
2025-08-04Revert "Remove dumped heap support"Wilco Dijkstra
2025-08-04Remove dumped heap supportWilco Dijkstra
2025-06-26malloc: replace instances of __builtin_expect with __glibc_unlikelyWilliam Hunt
2025-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2023-06-02Fix all the remaining misspellings -- BZ 25337Paul Pluzhnikov
2023-05-08aligned_alloc: conform to C17DJ Delorie
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2021-11-17malloc: Fix malloc debug for 2.35 onwardsStafford Horne
2021-10-29Handle NULL input to malloc_usable_size [BZ #28506]Siddhesh Poyarekar
2021-07-22mcheck Fix malloc_usable_size [BZ #22057]Siddhesh 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-22mtrace: 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