Searched refs:kInitialChunkStorage (Results 1 – 2 of 2) sorted by relevance
/art/runtime/ | ||
D | monitor_pool.cc | 44 capacity_ = kInitialChunkStorage; in AllocateChunk() |
D | monitor_pool.h | 163 static constexpr size_t kInitialChunkStorage = 8U; variable |