Searched refs:BitsAllocatorBase (Results 1 – 1 of 1) sorted by relevance
76 class BitsAllocatorBase80 BitsAllocatorBase(Bit32Allocator* bits, int size, int n) in BitsAllocatorBase() function119 class BitsAllocatorTemplate : private BitsAllocatorBase124 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()