Dataflow Runtime API  4.0.1.0
Namespaces | Macros
RuntimeConfigApp.h File Reference
#include <Imt.Base.Core.Platform/Platform.h>

Namespaces

 imt
 This is a application specific file which is used to configure Imt.Base.Core.Math.
 
 imt::base
 
 imt::base::dff
 
 imt::base::dff::runtime
 

Macros

#define USE_SMALL_EVENT_BUFFER
 In addition to the common events use small events for small event data to save memory. More...
 
#define USE_BUFFERPOOL
 In addition to events use buffer pools for big events to improve runtime performance. More...
 

Macro Definition Documentation

◆ USE_BUFFERPOOL

#define USE_BUFFERPOOL

In addition to events use buffer pools for big events to improve runtime performance.

If USE_BUFFERPOOL is defined, static constants BUFFERPOOL_SIZE have to be defined above. This can not be used with a binary runtime.

◆ USE_SMALL_EVENT_BUFFER

#define USE_SMALL_EVENT_BUFFER

In addition to the common events use small events for small event data to save memory.

If USE_SMALL_EVENT_BUFFER is defined, static constants EVENTPOOL_SMALL_SIZE and EVENTDATA_SMALL_SIZE_BYTES have to be defined above. This can not be used with a binary runtime.