Re: [darwin-dev] Memory Allocation in Interrupt Handlers?
site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com On May 8, 2007, at 7:39 AM, Alexander von Below wrote: Hello List, You should make all attempts to allocate memory before hand. -Shawn _______________________________________________ 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... the answer to this is probably easy to find in the right place, but is there a memory allocation routine that is interrupt safe? From the documentation for IOMalloc it is clear that it is not, so is there a function that is? Or would I have to allocate all my memory prior to going into interrupt context? This email sent to site_archiver@lists.apple.com
participants (1)
-
Shawn Erickson