Loading...
gen/malloc.3 Libc-583 Libc-763.12
--- Libc/Libc-583/gen/malloc.3
+++ Libc/Libc-763.12/gen/malloc.3
@@ -128,6 +128,8 @@
 is not 
 .Dv NULL ,
 a new, minimum sized object is allocated and the original object is freed.
+When extending a region allocated with calloc(3), realloc(3) does not guarantee 
+that the additional memory is also zero-filled.
 .Pp
 The
 .Fn reallocf