Constructors
Declared in <cuckoocache.h>
No default constructor, as there must be some size.
bit_packed_atomic_flags() = delete;
» more...
bit_packed_atomic_flags constructor creates memory to sufficiently keep track of garbage collection information for size entries.
explicit
bit_packed_atomic_flags(uint32_t size);
» more...
| Name | Description |
|---|---|
| size | the number of elements to allocate space for |