We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e965d2b commit d83177bCopy full SHA for d83177b
1 file changed
unix/mpconfigport_minimal.h
@@ -26,6 +26,12 @@
26
27
// options to control how Micro Python is built
28
29
+#define MICROPY_ALLOC_QSTR_CHUNK_INIT (64)
30
+#define MICROPY_ALLOC_PARSE_RULE_INIT (8)
31
+#define MICROPY_ALLOC_PARSE_RULE_INC (8)
32
+#define MICROPY_ALLOC_PARSE_RESULT_INIT (8)
33
+#define MICROPY_ALLOC_PARSE_RESULT_INC (8)
34
+#define MICROPY_ALLOC_PARSE_CHUNK_INIT (64)
35
#define MICROPY_ALLOC_PATH_MAX (PATH_MAX)
36
#define MICROPY_ENABLE_GC (1)
37
#define MICROPY_ENABLE_FINALISER (0)
0 commit comments