K 10 svn:author V 6 marcel K 8 svn:date V 27 2003-05-27T01:15:16.000000Z K 7 svn:log V 346 Have the unwinder allocate memory with M_NOWAIT. The unwinder is used by DDB and we cannot know in advance whether it's save to sleep. It often enough isn't. We may want to pre-allocate space to cover the most common cases without having to use malloc at all, but that requires some analysis. We leave that for later. Approved by: re@ (blanket) END