summaryrefslogtreecommitdiff
path: root/src/stream_base.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/stream_base.h')
-rw-r--r--src/stream_base.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/stream_base.h b/src/stream_base.h
index bbb20e52e1..05c2a96236 100644
--- a/src/stream_base.h
+++ b/src/stream_base.h
@@ -350,6 +350,8 @@ class SimpleShutdownWrap : public ShutdownWrap, public OtherBase {
void MemoryInfo(MemoryTracker* tracker) const override {
tracker->TrackThis(this);
}
+
+ ADD_MEMORY_INFO_NAME(SimpleShutdownWrap)
};
template <typename OtherBase>
@@ -364,6 +366,9 @@ class SimpleWriteWrap : public WriteWrap, public OtherBase {
tracker->TrackThis(this);
tracker->TrackFieldWithSize("storage", StorageSize());
}
+
+
+ ADD_MEMORY_INFO_NAME(SimpleWriteWrap)
};
} // namespace node