Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F159811279
D42191.id128721.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
762 B
Referenced Files
None
Subscribers
None
D42191.id128721.diff
View Options
diff --git a/lib/libc/stdlib/memory.3 b/lib/libc/stdlib/memory.3
--- a/lib/libc/stdlib/memory.3
+++ b/lib/libc/stdlib/memory.3
@@ -27,13 +27,14 @@
.\"
.\" @(#)memory.3 8.1 (Berkeley) 6/4/93
.\"
-.Dd June 4, 1993
+.Dd October 13, 2023
.Dt MEMORY 3
.Os
.Sh NAME
.Nm malloc ,
.Nm free ,
.Nm realloc ,
+.Nm reallocf ,
.Nm calloc ,
.Nm alloca ,
.Nm mmap
@@ -49,6 +50,8 @@
.Ft void *
.Fn realloc "void *ptr" "size_t size"
.Ft void *
+.Fn reallocf "void *ptr" "size_t size"
+.Ft void *
.Fn calloc "size_t nelem" "size_t elsize"
.Ft void *
.Fn alloca "size_t size"
@@ -69,8 +72,9 @@
.Xr realloc 3
.Sh STANDARDS
These functions, with the exception of
-.Fn alloca
+.Fn alloca ,
+.Fn mmap ,
and
-.Fn mmap
+.Fn reallocf ,
conform to
.St -isoC .
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Jun 19, 12:15 PM (7 h, 25 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
34077549
Default Alt Text
D42191.id128721.diff (762 B)
Attached To
Mode
D42191: memory(3): Mention more functions.
Attached
Detach File
Event Timeline
Log In to Comment