10# define INK_ENABLE_UNREAL
11#elif INKCPP_BUILD_CLIB
12# define INK_ENABLE_CSTD
14# define INK_ENABLE_STL
15# define INK_ENABLE_CSTD
26static constexpr int limitGlobalVariables = -50;
27static constexpr int limitGlobalVariableObservers = -10;
28static constexpr int limitThreadDepth = -10;
29static constexpr int limitEvalStackDepth = -20;
30static constexpr int limitContainerDepth = -20;
35static constexpr int limitEditableLists = -5;
37static constexpr int limitActiveTags = -10;
40static constexpr int limitRuntimeStack = -20;
42static constexpr int limitReferenceStack = -20;
44static constexpr int limitOutputSize = -100;
46static constexpr int limitStringTable = -100;
48static constexpr int maxChoices = -10;
50static constexpr int maxListTypes = -20;
51static constexpr int maxFlags = -200;
53static constexpr int maxLists = -50;
55static constexpr int maxArrayCallArity = 10;
list_table lists
based on limitGlobalVariableObservers
Definition config.h:78
container variables_observers
based on limitGlobalVariables
Definition config.h:77
container flags
based on maxListTypes
Definition config.h:67
container list_types
based on limitEditableLists
Definition config.h:66
container lists
based on maxFlags
Definition config.h:68
container evaluation_stack
based on limitThreadDepth
Definition config.h:84
container runtime_ref_stack
based on limitContainerDepth
Definition config.h:88
container active_tags
based on limitContainerDepth
Definition config.h:86
container runtime_stack
based on limitActiveTags
Definition config.h:87
container choices
based on limitOutputSize
Definition config.h:90
container output
based on limitReferenceStack
Definition config.h:89
container container_stack
based on limitEvalStackDepth
Definition config.h:85