Searched refs:chunksPerSize (Results 1 – 2 of 2) sorted by relevance
225 Heap(size_t allocSize, size_t chunksPerSize) : in Heap() argument226 mBlock(allocSize, chunksPerSize) { in Heap()266 size_t chunksPerSize) : in Impl() argument278 mChunksPerSize(chunksPerSize) { in Impl()
41 size_t chunksPerSize = 1024);