diff options
author | Peter Zhu <[email protected]> | 2025-01-15 14:01:56 -0500 |
---|---|---|
committer | git <[email protected]> | 2025-01-16 16:20:04 +0000 |
commit | 2538f4d521249463d4564f7bc05606eb2f7caff0 (patch) | |
tree | 21d24a27e93a603b1573ca82e5a481a8b8908c05 /gc/mmtk/mmtk.h | |
parent | d78aef5e3fed43893a58aa7c524ff4d4fe6674a4 (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.h | 2 |
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 */ |