capture engine use of workspace_allocate

Chris Johns chrisj at rtems.org
Thu Jul 24 05:24:48 UTC 2014


On 22/07/2014 1:47 am, Joel Sherrill wrote:
>
>
> On July 21, 2014 10:44:15 AM CDT, Gedare Bloom <gedare at rtems.org> wrote:
>> Either account for it in workspace sizing or use malloc.
>>
>> On principle, I guess any dynamic allocated memory that isn't mandatory
>> to get RTEMS to work should come from malloc.
>
> With one malloc and two workspace allocates, I assumed we should use malloc for all three.
>
> This is too dynamic for the workspace IMO.
>

I think the workspace was used because of allocations during a task 
start or context switch.

Chris


More information about the devel mailing list