Home
last modified time | relevance | path

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

/system/libhidl/libhidlcache/
DHidlMemoryCache.cpp65 : mHeap(heap), mSize(size), mOffset(offset), mHeapSize(heap->getSize()) {} in MemoryBlockImpl()
68 (mOffset + mSize <= mHeapSize); in validRange()
97 uint64_t mHeapSize; member in android::hardware::MemoryBlockImpl
DMemoryDealer.cpp81 size_t mHeapSize; member in android::hardware::SimpleBestFitAllocator
111 mHeapSize = ((size + pagesize - 1) & ~(pagesize - 1)); in SimpleBestFitAllocator()
113 chunk_t* node = new chunk_t(0, mHeapSize / kMemoryAlign); in SimpleBestFitAllocator()
133 return mHeapSize; in size()
268 snprintf(buffer, SIZE, " %s (%p, size=%u)\n", tag, this, (unsigned int)mHeapSize); in dump_l()