Avoid redundant locking in CallQueue
This commit is contained in:
parent
d023e51363
commit
5a0c186bc0
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user