Clarify that realloc and reallocf may move the memory allocation.

This commit is contained in:
Alfred Perlstein 2004-08-18 21:13:15 +00:00
parent 9a8bd51965
commit 09a12d75cf

View file

@ -120,9 +120,13 @@ is valid and unchanged.
If memory can be allocated, the memory referenced by
.Fa ptr
is freed and a pointer to the newly allocated memory is returned.
Note that this may be different from the value
passed as
.Fa ptr .
Note that the return value may differ from the
.Fa ptr
argument, that is
.Fn realloc
and
.Fn reallocf
may move the memory.
If
.Fa ptr
is