Date: Mon, 8 May 2000 19:38:21 -0700 (PDT) From: <hoek@FreeBSD.org> To: rik@cronyx.ru, hoek@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/15763 Message-ID: <200005090238.TAA47598@freefall.freebsd.org>
next 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(). 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?200005090238.TAA47598>