> 
> Kevin Day wrote:
> > 
> > Thoughts?
> 
> man madvise?
> 

Yeah, but MADV_FREE doesn't really do what I need. I have no idea if the
system actually did free my ram or not. I want to hang on to the data, but
if more ram is needed, then it can be discarded, but I need to know that it
did, so that I can recreate it. Checking every time I blit an object to see
if the page is zero'ed won't work.

Kevin


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to