]> sourceware.org Git - glibc.git/commit
Move glibc.malloc.check implementation into its own file
authorSiddhesh Poyarekar <siddhesh@sourceware.org>
Fri, 2 Jul 2021 19:18:12 +0000 (00:48 +0530)
committerSiddhesh Poyarekar <siddhesh@sourceware.org>
Fri, 2 Jul 2021 19:18:12 +0000 (00:48 +0530)
commitc501803035d0117cef775d40295a7034d9b293a6
tree9e30ea33e5420e4c5c3754137f75330fdf371432
parent00d28960c5388a582a0485e07629b553c32dde49
Move glibc.malloc.check implementation into its own file

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>
malloc/hooks.c
malloc/malloc-check.c [new file with mode: 0644]
This page took 0.041804 seconds and 5 git commands to generate.