Merge pull request #76754 from RandomShaper/mq_less_lock

Avoid redundant locking in CallQueue
This commit is contained in:
Rémi Verschelde
2023-05-08 12:20:53 +02:00

View File

@ -61,7 +61,7 @@ private:
};
Mutex mutex;
typedef PagedAllocator<Page, true> Allocator;
typedef PagedAllocator<Page, false> Allocator;
Allocator *allocator = nullptr;
bool allocator_is_custom = false;