site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com Chris, Best regards Michael On Mar 27, 2006, at 11:56 PM, Chris Sarcone wrote: Michael -- HTH, -- Chris ------------------ 6 Infinite Loop M/S 306-2MS Cupertino CA 95014 phone: (408) 974-4033 fax: (408) 862-7577 email: sarcone@apple.com _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... we are providing the FreeBSD/KAME implementation of a transport protocol (SCTP), which uses zones, as an NKE. It is just that we want to use the same code as much as possible. I figured out that it works, you can unload the NKE and load it again, but after unloading it, zprint crashes the machine. I'm using zones (allocated with zinit) in an NKE. How can I deallocate them when the NKE is unloaded? Why are you using a zone? Are you just trying to keep track of the memory you've allocated/deallocated? If so, you might want to use OSMalloc (<libkern/OSMalloc.h>) which is the supported KPI. This email sent to site_archiver@lists.apple.com