Searched refs:mSlotCount (Results 1 – 2 of 2) sorted by relevance
26 mSlotCount(slotCount), in DumbAllocatorBase()33 memset(mRawMemory, 0xCD, mSlotCount * mAllocSize); in DumbAllocatorBase()42 for (uint32_t mask = 1; slot < mSlotCount; slot++, mask <<= 1) { in alloc()49 if (slot == mSlotCount) { in alloc()77 if (*slot >= mSlotCount) { in getSlot()
45 const size_t mSlotCount; variable