|
Serene Runtime 1.0.0-dev
C runtime for the Serene programming language
|
Every runtime knob, in one place. More...
#include <configuration.h>
Data Fields | |
| srn_mm_config_t | mm |
| srn_fiber_config_t | fiber |
| srn_reactor_config_t | reactor |
| srn_limits_config_t | limits |
Every runtime knob, in one place.
Constructed before the memory manager and read-only thereafter.
Definition at line 184 of file configuration.h.
| srn_fiber_config_t srn_configuration_t::fiber |
Definition at line 186 of file configuration.h.
| srn_limits_config_t srn_configuration_t::limits |
Definition at line 188 of file configuration.h.
| srn_mm_config_t srn_configuration_t::mm |
Definition at line 185 of file configuration.h.
| srn_reactor_config_t srn_configuration_t::reactor |
Definition at line 187 of file configuration.h.