1 parent 30d0cf4 commit b4eccfdCopy full SHA for b4eccfd
1 file changed
py/mpconfig.h
@@ -98,7 +98,9 @@
98
99
// Number of bytes in memory allocation/GC block. Any size allocated will be
100
// rounded up to be multiples of this.
101
+#ifndef MICROPY_BYTES_PER_GC_BLOCK
102
#define MICROPY_BYTES_PER_GC_BLOCK (4 * BYTES_PER_WORD)
103
+#endif
104
105
// Number of words allocated (in BSS) to the GC stack (minimum is 1)
106
#ifndef MICROPY_ALLOC_GC_STACK_SIZE
0 commit comments