2 Jun
2008
2 Jun
'08
3:28 p.m.
Hi, I'm trying to convert a custom statemachine implementation in a real-time application to Boost.Statechart. The FAQ mentions that custom allocators have to be provided for Event, StateMachine etc. in order to get deterministic timing behaviour. I'm currently working on an allocator which uses an internal preallocated memory pool. Now my question is whether it is possible to determine how much memory i need to preallocate for the States and Events. Regards, Marc