Home
last modified time | relevance | path

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

/system/chre/apps/chqts/src/shared/
Ddumb_allocator.cc26 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()
Ddumb_allocator.h45 const size_t mSlotCount; variable