HomeSort by relevance Sort by last modified time
    Searched refs:mRawMemory (Results 1 - 2 of 2) sorted by null

  /system/chre/apps/chqts/src/shared/
dumb_allocator.cc 27 mRawMemory(rawMemory),
33 memset(mRawMemory, 0xCD, mSlotCount * mAllocSize);
53 return mRawMemory + (slot * mAllocSize);
72 if (ptr < mRawMemory) {
76 *slot = static_cast<size_t>(ptr - mRawMemory) / mAllocSize;
82 return ((mRawMemory + (*slot * mAllocSize)) == ptr);
dumb_allocator.h 46 uint8_t * const mRawMemory;

Completed in 49 milliseconds