UML Modelling and Codegeneration related discussions » Tool Usage and Handling » change memory allocation function for events


change memory allocation function for events

2140 Betrachtungen
Seite: 1
MichaelKamsties
avatar
Administrator
75 Beiträge

change memory allocation function for events

Using a WST environment Rhapsody generates the following code for events:

evStop * RiC_Create_evStop( void )
{
evStop* me = RIC_MEMORY_ALLOCATOR_GET(evStop);
if(me!=NULL)
{
evStop_Init(me);

}

return me;

}

We want to use malloc, how can we achieve this??

MichaelKamsties
avatar
Administrator
75 Beiträge

Re: change memory allocation function for events

Hi,

empty (not

Seite: 1

Currently Online:

There is nobody online.

Welcome to our latest member: lammils