Home
last modified time | relevance | path

Searched refs:BitsAllocatorTemplate (Results 1 – 1 of 1) sorted by relevance

/CTR-SDK-4.2.5/include/nn/util/
Dutil_Bits.h119 class BitsAllocatorTemplate : private BitsAllocatorBase
124 BitsAllocatorTemplate(int size) : BitsAllocatorBase(m_Bits, size, N) {} in BitsAllocatorTemplate() function
132 class BitsAllocator : public detail::BitsAllocatorTemplate<(N - 1) / 32 + 1>
135 BitsAllocator() : detail::BitsAllocatorTemplate<(N - 1) / 32 + 1>(N) {} in BitsAllocator()