summaryrefslogtreecommitdiff
path: root/internal/gc.h
diff options
context:
space:
mode:
Diffstat (limited to 'internal/gc.h')
-rw-r--r--internal/gc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/gc.h b/internal/gc.h
index 2a7a34799c..3346089754 100644
--- a/internal/gc.h
+++ b/internal/gc.h
@@ -79,6 +79,7 @@ typedef struct ractor_newobj_size_pool_cache {
} rb_ractor_newobj_size_pool_cache_t;
typedef struct ractor_newobj_cache {
+ size_t incremental_mark_step_allocated_slots;
rb_ractor_newobj_size_pool_cache_t size_pool_caches[SIZE_POOL_COUNT];
} rb_ractor_newobj_cache_t;