Searched refs:BitsAllocatorTemplate (Results 1 – 1 of 1) sorted by relevance
119 class BitsAllocatorTemplate : private BitsAllocatorBase124 BitsAllocatorTemplate(int size) : BitsAllocatorBase(m_Bits, size, N) {} in BitsAllocatorTemplate() function132 class BitsAllocator : public detail::BitsAllocatorTemplate<(N - 1) / 32 + 1>135 BitsAllocator() : detail::BitsAllocatorTemplate<(N - 1) / 32 + 1>(N) {} in BitsAllocator()