Searched refs:kInitialChunkStorage (Results 1 – 2 of 2) sorted by relevance
178 return kInitialChunkStorage << index; in ChunkListCapacity()197 static constexpr size_t kInitialChunkStorage = kIsDebugBuild ? 1U : 256U; variable198 static_assert(IsPowerOfTwo(kInitialChunkStorage), "kInitialChunkStorage must be power of 2");202 static constexpr size_t kMaxListSize = kInitialChunkStorage << (kMaxChunkLists - 1);
50 << 2 * ChunkListCapacity(current_chunk_list_index_) - kInitialChunkStorage; in AllocateChunk()