summaryrefslogtreecommitdiffstats
path: root/src/debug/gc-heap.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/debug/gc-heap.h')
-rw-r--r--src/debug/gc-heap.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/debug/gc-heap.h b/src/debug/gc-heap.h
index 155e13eb1..e0fd8f159 100644
--- a/src/debug/gc-heap.h
+++ b/src/debug/gc-heap.h
@@ -24,8 +24,8 @@ public:
int features() const override {
return SIZE_AVAILABLE | USED_AVAILABLE | GARBAGE_COLLECTED;
}
- Util::ptr_shared name() const override {
- return Util::share_static_string("libgc");
+ char const *name() const override {
+ return "libgc";
}
Heap::Stats stats() const override {
Stats stats;