Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 08 May 2000 21:13:08 -0700
From:      David Greenman <dg@root.com>
To:        "Justin T. Gibbs" <gibbs@FreeBSD.ORG>
Cc:        hoek@FreeBSD.ORG, rik@cronyx.ru, freebsd-bugs@FreeBSD.ORG
Subject:   Re: kern/15763 
Message-ID:  <200005090413.VAA20949@implode.root.com>
In-Reply-To: Your message of "Mon, 08 May 2000 21:56:44 MDT." <200005090356.VAA05783@caspian.plutotech.com> 

next in thread | previous in thread | raw e-mail | index | archive | help
>>Synopsis: free() fails on contigmalloc() memory
>>
>>State-Changed-From-To: open->closed
>>State-Changed-By: hoek
>>State-Changed-When: Mon May 8 19:34:32 PDT 2000
>>State-Changed-Why: 
>>Don't do that.  The contigmalloc() function is only meant for limited
>>use, typically by drivers at boot time.  The free() function is meant
>>to work with malloc() not contigmalloc().
>
>How are you supposed to release contigmalloc'ed memory when
>a module unloads?  This is really a bug.

   You would normally use kmem_free() to free contigmalloc'ed memory.

-DG

David Greenman
Co-founder, The FreeBSD Project - http://www.freebsd.org
Creator of high-performance Internet servers - http://www.terasolutions.com
Pave the road of life with opportunities.


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200005090413.VAA20949>