-
- Downloads
Remove malloc hooks [BZ #23328]
Make malloc hooks symbols compat-only so that new applications cannot link against them and remove the declarations from the API. Also remove the unused malloc-hooks.h. Finally, mark all symbols in libc_malloc_debug.so as compat so that the library cannot be linked against. Add a note about the deprecation in NEWS. Reviewed-by:Carlos O'Donell <carlos@redhat.com> Tested-by:
Carlos O'Donell <carlos@redhat.com>
Showing
- NEWS 10 additions, 0 deletionsNEWS
- malloc/hooks.c 5 additions, 1 deletionmalloc/hooks.c
- malloc/malloc-debug.c 36 additions, 0 deletionsmalloc/malloc-debug.c
- malloc/malloc-hooks.h 0 additions, 24 deletionsmalloc/malloc-hooks.h
- malloc/malloc.h 0 additions, 16 deletionsmalloc/malloc.h
- manual/memory.texi 6 additions, 185 deletionsmanual/memory.texi
Loading
Please register or sign in to comment