8292073: NMT: remove unused constructor parameter from MallocHeader

Reviewed-by: zgu
This commit is contained in:
Thomas Stuefe 2022-09-18 12:44:53 +00:00
parent cfd44bb2cd
commit b6ff8fa307
3 changed files with 3 additions and 3 deletions

View file

@ -116,7 +116,7 @@ class MallocHeader {
public:
inline MallocHeader(size_t size, MEMFLAGS flags, const NativeCallStack& stack, uint32_t mst_marker);
inline MallocHeader(size_t size, MEMFLAGS flags, uint32_t mst_marker);
inline size_t size() const { return _size; }
inline MEMFLAGS flags() const { return (MEMFLAGS)_flags; }