On 22/07/2014 1:47 am, Joel Sherrill wrote:
On July 21, 2014 10:44:15 AM CDT, Gedare Bloom 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 a
On 22/07/2014 1:47 am, Joel Sherrill wrote:
On July 21, 2014 10:44:15 AM CDT, Gedare Bloom 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 a
On July 21, 2014 10:44:15 AM CDT, Gedare Bloom 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 sho
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.
-Gedare
On Mon, Jul 21, 2014 at 10:41 AM, Jennifer Averett <
jennifer.aver...@oarcorp.com> wrote:
> The capture engine c
The capture engine currently uses a mixture of malloc and
rtems_workspace_allocate. We don't think the workspace
accounts for this, and would like to propose changing it
so that malloc is used for all memory allocation. Does anyone
see any reason this shouldn't be done?
--jennifer
__