malloc and calloc do not free memory.

PR:		31365
Submitted by:	SUZUKI Koichi <koich@cac.co.jp>
This commit is contained in:
Dima Dorfman 2001-11-05 00:39:27 +00:00
parent daa67917a6
commit 8b642e3004
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=86063

View File

@ -428,9 +428,10 @@ or
has been modified.
.It "pointer to wrong page"
The pointer that
.Fn malloc
.Fn free ,
.Fn realloc ,
or
.Fn calloc
.Fn reallocf
is trying to free does not reference a possible page.
.It "recursive call"
A process has attempted to call an allocation function recursively.