Home
last modified time | relevance | path

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

/system/chre/apps/test/chqts/src/shared/
Dchunk_allocator.cc26 mSlotCount(slotCount), in ChunkAllocatorBase()
33 memset(mRawMemory, 0xCD, mSlotCount * mAllocSize); in ChunkAllocatorBase()
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()
Dchunk_allocator.h45 const size_t mSlotCount; variable