![]() |
Imt.Base C++ API V4.1.1.0
|
#include <Imt.Base.Core.Platform/Platform.h>
Go to the source code of this file.
Namespaces | |
namespace | imt |
This is a application specific file which is used to configure Imt.Base.Core.Math. | |
namespace | imt::base |
namespace | imt::base::dff |
namespace | 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. | |
#define | USE_BUFFERPOOL |
In addition to events use buffer pools for big events to improve runtime performance. | |
#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.
Definition at line 90 of file RuntimeConfigApp.h.
#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.
Definition at line 83 of file RuntimeConfigApp.h.