Searched refs:kChunkCapacity (Results 1 – 2 of 2) sorted by relevance
72 (kChunkCapacity - 1) * kAlignedMonitorSize); in AllocateChunk()76 + (num_chunks_ - 1) * kChunkSize + (kChunkCapacity - 1) * kAlignedMonitorSize); in AllocateChunk()77 for (size_t i = 0; i < kChunkCapacity - 1; ++i) { in AllocateChunk()
193 static constexpr size_t kChunkCapacity = kPageSize / kAlignedMonitorSize; variable