diff options
Diffstat (limited to 'src/debug/sysv-heap.h')
| -rw-r--r-- | src/debug/sysv-heap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/debug/sysv-heap.h b/src/debug/sysv-heap.h index 9a07a3261..840afac32 100644 --- a/src/debug/sysv-heap.h +++ b/src/debug/sysv-heap.h @@ -24,7 +24,7 @@ public: int features() const; Util::shared_ptr<char> name() const { - return Util::share_static("standard malloc()"); + return Util::share_static_string("standard malloc()"); } Stats stats() const; void force_collect() {} |
