summaryrefslogtreecommitdiff
path: root/gc/mmtk/mmtk.h
diff options
context:
space:
mode:
authorPeter Zhu <[email protected]>2025-01-15 14:01:56 -0500
committergit <[email protected]>2025-01-16 16:20:04 +0000
commit2538f4d521249463d4564f7bc05606eb2f7caff0 (patch)
tree21d24a27e93a603b1573ca82e5a481a8b8908c05 /gc/mmtk/mmtk.h
parentd78aef5e3fed43893a58aa7c524ff4d4fe6674a4 (diff)
[ruby/mmtk] Add mmtk_heap_mode to GC.config
https://github.com/ruby/mmtk/commit/810f897603
Diffstat (limited to 'gc/mmtk/mmtk.h')
-rw-r--r--gc/mmtk/mmtk.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gc/mmtk/mmtk.h b/gc/mmtk/mmtk.h
index 7391971511..14446ff9d6 100644
--- a/gc/mmtk/mmtk.h
+++ b/gc/mmtk/mmtk.h
@@ -149,6 +149,8 @@ size_t mmtk_worker_count(void);
const uint8_t *mmtk_plan(void);
+const uint8_t *mmtk_heap_mode(void);
+
bool mmtk_is_mmtk_object(MMTk_Address addr);
#endif /* MMTK_H */