[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: RE: [rtl] malloc, timers, and crashes.
- To: rtl@fsmlabs.com
- Subject: Re: RE: [rtl] malloc, timers, and crashes.
- From: "Ken Emmons, Jr." <KEN@qatech.com>
- Date: Fri, 07 Dec 2001 10:04:05 -0500
Hello,
It has been pointed out that kernel calls(including kmalloc) cannot be called from within RT. That is kind of what I expected after finding this bug, but I was hopping that there would be some solution for having an equivelent of a malloc() call. I was thinking of writing a rt_malloc() function.
What do you folks think about this? Has anyone else written it yet??
~Ken