36#ifndef IMT_BASE_DFF_RUNTIME_RUNTIME_EVENT_POOLS_H
37#define IMT_BASE_DFF_RUNTIME_RUNTIME_EVENT_POOLS_H
113 static void cleanPools();
Event data structure base.
Class to store EventData-pointers according to their priority.
Holds the internal global event pools for the runtime.
static EventData * allocateNormalEvent()
Instantiates an object out of the normal event memory pool.
static size_t getSmallEventCapacity()
Return the small event capacity.
static size_t getNormalEventRemainingSize()
Return the remaining capacity of the normal event memory pool.
static size_t getNormalEventCapacity()
return the (standard sized) event capacity.
static size_t getSmallEventRemainingSize()
Return the remaining capacity of the small event memory pool.
static EventReadyList & getEventReadyList()
Get the event ready list.
static void deallocateEventData(EventData &data)
Deallocates the pool memory pointed by data.
static EventData * tryAllocateSmallEvent(size_t const eventSizeBytes)
Tries to instantiate an object out of the small event memory pool.
This is a application specific file which is used to configure Imt.Base.Core.Math.