Searched refs:kTinyObjectMaxSize (Results 1 – 2 of 2) sorted by relevance
446 static const size_t kTinyObjectMaxSize = 128; variable447 static const size_t kFastPathOffset = kFastPathStart - kTinyObjectMaxSize;453 kTinyObjectMaxSize * 2);
363 if (size_in_bytes <= kTinyObjectMaxSize) { in Allocate()