Searched refs:kDefaultTLABSize (Results 1 – 2 of 2) sorted by relevance
/art/runtime/gc/ | ||
D | heap-inl.h | 316 const size_t new_tlab_size = alloc_size + kDefaultTLABSize; in TryToAllocate() |
D | heap.h | 131 static constexpr size_t kDefaultTLABSize = 256 * KB; variable |