Added high-speed clear loops and changed behaviour of Realloc

This commit is contained in:
ceriel
1990-11-01 09:32:21 +00:00
parent c78ed7f1fa
commit 5c82aee19b
4 changed files with 29 additions and 2 deletions

View File

@@ -56,7 +56,8 @@ bytes, initialized with the null-terminated string \fIstr\fR.
.PP
\fIRealloc\fR changes the size of
the block at \fIbuf\fR to \fIsize\fR bytes, and returns a pointer to the
(possibly moved) block.
(possibly moved) block. If \fIbuf\fP is a null pointer, \fIRealloc\fP
behaves as \fIMalloc\fP.
.PP
\fISrealloc\fR reallocates
the string at \fIstr\fR to \fIsize\fR bytes.