Searched refs:chunksPerSize (Results 1 – 3 of 3) 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()
43 size_t chunksPerSize = 1024);