Skip to content

Commit 90b1cc5

Browse files
committed
minimal: Tune parser chunk allocation policy for very small heap.
1 parent 58e0f4a commit 90b1cc5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

minimal/mpconfigport.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
#define MICROPY_QSTR_BYTES_IN_HASH (1)
66
#define MICROPY_ALLOC_PATH_MAX (256)
7+
#define MICROPY_ALLOC_PARSE_CHUNK_INIT (16)
78
#define MICROPY_EMIT_X64 (0)
89
#define MICROPY_EMIT_THUMB (0)
910
#define MICROPY_EMIT_INLINE_THUMB (0)

0 commit comments

Comments
 (0)