[#CuckooCache-bit_packed_atomic_flags-setup] = xref:CuckooCache.adoc[CuckooCache]::xref:CuckooCache/bit_packed_atomic_flags.adoc[bit_packed_atomic_flags]::setup :relfileprefix: ../../ :mrdocs: setup marks all entries and ensures that bit_packed_atomic_flags can store at least `b` entries. == Synopsis Declared in `<cuckoocache.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void setup(uint32_t b); ---- == Parameters [cols="1,4"] |=== | Name| Description | *b* | the number of elements to allocate space for |=== == Postconditions * bit_set, bit_unset, and bit_is_set function properly forall x. x < b * All calls to bit_is_set (without subsequent bit_unset) will return true. [.small]#Created with https://www.mrdocs.com[MrDocs]#