aboutsummaryrefslogtreecommitdiffstats
path: root/man3/malloc_hook.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/malloc_hook.3')
-rw-r--r--man3/malloc_hook.36
1 files changed, 3 insertions, 3 deletions
diff --git a/man3/malloc_hook.3 b/man3/malloc_hook.3
index 9c871b9eee..e95bcb4407 100644
--- a/man3/malloc_hook.3
+++ b/man3/malloc_hook.3
@@ -40,7 +40,7 @@ by specifying appropriate hook functions.
You can use these hooks
to help you debug programs that use dynamic memory allocation,
for example.
-.LP
+.PP
The variable
.B __malloc_initialize_hook
points at a function that is called once when the malloc implementation
@@ -55,7 +55,7 @@ the application with a definition like the following:
Now the function
.IR my_init_hook ()
can do the initialization of all hooks.
-.LP
+.PP
The four functions pointed to by
.BR __malloc_hook ,
.BR __realloc_hook ,
@@ -71,7 +71,7 @@ respectively, except that they have a final argument
that gives the address of the caller of
.BR malloc (3),
etc.
-.LP
+.PP
The variable
.B __after_morecore_hook
points at a function that is called each time after