MySQL 9.1.0
Source Code Documentation
ut0sharded_bitset.h File Reference
#include <cstdint>
#include <limits>
#include "ut0bitset.h"
#include "ut0new.h"

Go to the source code of this file.

Classes

class  ut::Sharded_bitset< SHARDS_COUNT >
 A Sharded_bitset<SHARDS_COUNT>(n) is like a bitset<n> in that it represents a vector of n bits, which can be set(pos) or reset(pos) for 0<=pos<n. More...
 

Namespaces

namespace  ut
 This file contains a set of libraries providing overloads for regular dynamic allocation routines which allow for opt-in memory instrumentation through performance schema memory engine (PFS).