[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: RE: [rtl] malloc, timers, and crashes.



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