about summary refs log tree commit diff
path: root/malloc/malloc-check.c
Commit message (Collapse)AuthorAgeFilesLines
* Move glibc.malloc.check implementation into its own fileSiddhesh Poyarekar2021-07-031-0/+390
Separate the malloc check implementation from the malloc hooks. They still use the hooks but are now maintained in a separate file. Reviewed-by: Carlos O'Donell <carlos@redhat.com>