Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/android-emu/android/base/
DPool.cpp225 Heap(size_t allocSize, size_t chunksPerSize) : in Heap() argument
226 mBlock(allocSize, chunksPerSize) { in Heap()
266 size_t chunksPerSize) : in Impl() argument
278 mChunksPerSize(chunksPerSize) { in Impl()
DPool.h41 size_t chunksPerSize = 1024);