Subject: Re: free()
To: Kevin P. Neal <kpneal@pobox.com>
From: None <wojtek@wojtek.from.pl>
List: netbsd-users
Date: 02/19/2001 10:14:25
> 
> (If you really, really, really insist on giving the memory back to the
> kernel when you are done with it then you can either exit or write your
why there is no reallyfree() function (without parameters) which would
scan through malloc's freelist and unmap every full page?