Static allocation of events

You might allocate events from a static memory pool, rather than dynamically allocating memory for events during run time, by setting the following properties under CG::Event:

See the definitions provided for the properties on the applicable Properties tab of the Features window.

Note: In C, it is possible to allocate only events, but not user‑defined objects, from static memory pools.

Feedback