Home
last modified time | relevance | path

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

/art/runtime/
Dmonitor_pool.cc44 capacity_ = kInitialChunkStorage; in AllocateChunk()
Dmonitor_pool.h169 static constexpr size_t kInitialChunkStorage = 8U; variable