Default some statistics

This commit is contained in:
Matthew Parkinson
2021-07-22 09:51:49 +01:00
committed by Matthew Parkinson
parent e1ef8665a8
commit 529b90b01b

View File

@@ -204,8 +204,8 @@ namespace snmalloc
struct MetaslabCache : public CDLLNode<>
{
uint16_t unused;
uint16_t length;
uint16_t unused = 0;
uint16_t length = 0;
};
} // namespace snmalloc