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.34
1 files changed, 2 insertions, 2 deletions
diff --git a/man3/malloc_hook.3 b/man3/malloc_hook.3
index 8ce32255f4..11a8c0c61d 100644
--- a/man3/malloc_hook.3
+++ b/man3/malloc_hook.3
@@ -75,6 +75,8 @@ The variable
points at a function that is called each time after
.BR sbrk (2)
was asked for more memory.
+.SH "CONFORMING TO"
+These functions are GNU extensions.
.SH "EXAMPLE"
Here is a short example of how to use these variables.
.sp
@@ -123,8 +125,6 @@ my_malloc_hook(size_t size, const void *caller)
return result;
}
.fi
-.SH "CONFORMING TO"
-These functions are GNU extensions.
.SH "SEE ALSO"
.BR mallinfo (3),
.BR malloc (3),