Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/android-emu/aemu/base/
DPool.cpp270 mMinAllocSize(std::max(sizeof(void*), minSize)), in Impl()
276 mMinAllocLog2(ilog2Floor(mMinAllocSize)), in Impl()
285 size_t allocSize = mMinAllocSize << i; in Impl()
314 std::max(mMinAllocSize, leastPowerof2(wantedSize)); in alloc()
365 size_t mMinAllocSize; member in gfxstream::guest::Pool::Impl