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 2666f84 commit 939e13cCopy full SHA for 939e13c
src/test/func/multi_region/multi_region.cc
@@ -93,10 +93,15 @@ class MultiRegionConfig final : public CommonConfig
93
94
private:
95
public:
96
- static constexpr Flags Options{
97
- .CoreAllocOwnsLocalState = false,
98
- .CoreAllocIsPoolAllocated = false,
99
- .LocalAllocSupportsLazyInit = false};
+
+ constexpr static snmalloc::Flags Options{
+ .IsQueueInline = true,
+ .CoreAllocOwnsLocalState = false,
100
+ .CoreAllocIsPoolAllocated = false,
101
+ .LocalAllocSupportsLazyInit = false,
102
+ .QueueHeadsAreTame = true,
103
+ .HasDomesticate = true,
104
+ };
105
106
static void register_clean_up() {}
107
};
0 commit comments