]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man3/malloc_usable_size.3
_syscall.2, clock_getres.2, clone.2, copy_file_range.2, create_module.2, delete_modul...
[thirdparty/man-pages.git] / man3 / malloc_usable_size.3
index 5c1c10aa71f0bd1bd662c7c7dcde8b599f85c7f2..d4e0d42ee188f8570450ff637022451f5e1a9562 100644 (file)
@@ -27,7 +27,7 @@
 malloc_usable_size \- obtain size of block of memory allocated from heap
 .SH SYNOPSIS
 .B #include <malloc.h>
-
+.PP
 .BI "size_t malloc_usable_size (void *" ptr );
 .SH DESCRIPTION
 The