tag/TagPool: use prime number for NUM_SLOTS
This commit is contained in:
@@ -29,7 +29,7 @@
|
|||||||
|
|
||||||
Mutex tag_pool_lock;
|
Mutex tag_pool_lock;
|
||||||
|
|
||||||
static constexpr size_t NUM_SLOTS = 4096;
|
static constexpr size_t NUM_SLOTS = 4093;
|
||||||
|
|
||||||
struct TagPoolSlot {
|
struct TagPoolSlot {
|
||||||
TagPoolSlot *next;
|
TagPoolSlot *next;
|
||||||
|
Reference in New Issue
Block a user