Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.h144 static constexpr size_t kDefaultTLABSize = 32 * KB; variable
Dheap.cc4194 const size_t new_tlab_size = alloc_size + kDefaultTLABSize; in AllocWithNewTLAB()