summaryrefslogtreecommitdiff
path: root/py/gc.h
diff options
context:
space:
mode:
Diffstat (limited to 'py/gc.h')
-rw-r--r--py/gc.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/py/gc.h b/py/gc.h
index 7eec6265c..361776330 100644
--- a/py/gc.h
+++ b/py/gc.h
@@ -75,6 +75,9 @@ typedef struct _gc_info_t {
size_t num_1block;
size_t num_2block;
size_t max_block;
+ #if MICROPY_GC_SPLIT_HEAP_AUTO
+ size_t max_new_split;
+ #endif
} gc_info_t;
void gc_info(gc_info_t *info);