Searched refs:kDefaultTLABSize (Results 1 – 2 of 2) sorted by relevance
149 static constexpr size_t kDefaultTLABSize = 32 * KB; variable
4576 size_t next_tlab_size = RoundDown(alloc_size + kDefaultTLABSize, gPageSize) - alloc_size; in AllocWithNewTLAB()