Home
last modified time | relevance | path

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

/CTR-SDK-4.2.5/include/nn/util/
Dutil_Bits.h76 class BitsAllocatorBase
80 BitsAllocatorBase(Bit32Allocator* bits, int size, int n) in BitsAllocatorBase() function
119 class BitsAllocatorTemplate : private BitsAllocatorBase
124 BitsAllocatorTemplate(int size) : BitsAllocatorBase(m_Bits, size, N) {} in BitsAllocatorTemplate()
125 int Allocate() { return BitsAllocatorBase::AllocateImpl(m_Bits, N); } in Allocate()
126 void Deallocate(int i) { BitsAllocatorBase::DeallocateImpl(m_Bits, i); } in Deallocate()