We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd22bce commit a13446dCopy full SHA for a13446d
src/test/func/multi_region/multi_region.cc
@@ -93,15 +93,14 @@ class MultiRegionConfig final : public CommonConfig
93
94
private:
95
public:
96
-
97
- constexpr static snmalloc::Flags Options{
98
- .IsQueueInline = true,
99
- .CoreAllocOwnsLocalState = false,
100
- .CoreAllocIsPoolAllocated = false,
101
- .LocalAllocSupportsLazyInit = false,
102
- .QueueHeadsAreTame = true,
103
- .HasDomesticate = false,
104
- };
+ constexpr static snmalloc::Flags Options{
+ .IsQueueInline = true,
+ .CoreAllocOwnsLocalState = false,
+ .CoreAllocIsPoolAllocated = false,
+ .LocalAllocSupportsLazyInit = false,
+ .QueueHeadsAreTame = true,
+ .HasDomesticate = false,
+ };
105
106
static void register_clean_up() {}
107
};
0 commit comments