Default some statistics
This commit is contained in:
committed by
Matthew Parkinson
parent
e1ef8665a8
commit
529b90b01b
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user