Searched refs:BitsAllocator (Results 1 – 1 of 1) sorted by relevance
132 class BitsAllocator : public detail::BitsAllocatorTemplate<(N - 1) / 32 + 1>135 BitsAllocator() : detail::BitsAllocatorTemplate<(N - 1) / 32 + 1>(N) {} in BitsAllocator() function