Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/android-emu/aemu/base/
DPool.cpp277 mMaxFastSize(maxSize), in Impl()
281 1 + ilog2Floor(mMaxFastSize >> mMinAllocLog2); in Impl()
308 if (wantedSize > mMaxFastSize) { in alloc()
367 size_t mMaxFastSize; member in gfxstream::guest::Pool::Impl