360dd346bb
- Resolves: #450187 deprecate malloc_hook(3) man page
22 lines
611 B
Diff
22 lines
611 B
Diff
diff -up man-pages-2.80/man3/malloc_hook.3.pom man-pages-2.80/man3/malloc_hook.3
|
|
--- man-pages-2.80/man3/malloc_hook.3.pom 2008-06-03 11:50:24.000000000 +0200
|
|
+++ man-pages-2.80/man3/malloc_hook.3 2008-06-10 15:34:04.000000000 +0200
|
|
@@ -72,6 +72,17 @@ The variable
|
|
points at a function that is called each time after
|
|
.BR sbrk (2)
|
|
was asked for more memory.
|
|
+.LP
|
|
+.BR __malloc_hook ,
|
|
+.BR __realloc_hook ,
|
|
+.BR __memalign_hook ,
|
|
+.BR __free_hook,
|
|
+.BR __malloc_initialize_hook),
|
|
+and
|
|
+.B __after_morecore_hook
|
|
+are deprecated now.
|
|
+
|
|
+
|
|
.SH "CONFORMING TO"
|
|
These functions are GNU extensions.
|
|
.SH "EXAMPLE"
|