|
Serene Runtime 1.0.0-dev
C runtime for the Serene programming language
|
Size and length limits the runtime enforces. More...
#include <configuration.h>
Data Fields | |
| size_t | string_max_len |
| Largest string accepted, in bytes. | |
| size_t | ns_name_max_len |
| Longest namespace name accepted, in bytes. | |
| size_t | max_value_depth |
| Deepest value nesting print, eq, and hash accept. | |
Size and length limits the runtime enforces.
Definition at line 159 of file configuration.h.
| size_t srn_limits_config_t::max_value_depth |
Deepest value nesting print, eq, and hash accept.
Definition at line 173 of file configuration.h.
| size_t srn_limits_config_t::ns_name_max_len |
Longest namespace name accepted, in bytes.
Definition at line 164 of file configuration.h.
| size_t srn_limits_config_t::string_max_len |
Largest string accepted, in bytes.
Definition at line 161 of file configuration.h.