Home
last modified time | relevance | path

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

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