Home
last modified time | relevance | path

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

/CTR-SDK-4.2.5/include/nn/util/
Dutil_Bits.h132 class BitsAllocator : public detail::BitsAllocatorTemplate<(N - 1) / 32 + 1>
135 BitsAllocator() : detail::BitsAllocatorTemplate<(N - 1) / 32 + 1>(N) {} in BitsAllocator() function