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