Home
last modified time | relevance | path

Searched refs:kInitialChunkStorage (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Dmonitor_pool.h178 return kInitialChunkStorage << index; in ChunkListCapacity()
197 static constexpr size_t kInitialChunkStorage = kIsDebugBuild ? 1U : 256U; variable
198 static_assert(IsPowerOfTwo(kInitialChunkStorage), "kInitialChunkStorage must be power of 2");
202 static constexpr size_t kMaxListSize = kInitialChunkStorage << (kMaxChunkLists - 1);
Dmonitor_pool.cc50 << 2 * ChunkListCapacity(current_chunk_list_index_) - kInitialChunkStorage; in AllocateChunk()