Searched refs:IsTLABAllocator (Results 1 – 2 of 2) sorted by relevance
38 inline constexpr bool IsTLABAllocator(AllocatorType allocator) { in IsTLABAllocator() function
82 if (IsTLABAllocator(allocator)) { in AllocObjectWithAllocator()86 if (IsTLABAllocator(allocator) && byte_count <= self->TlabSize()) { in AllocObjectWithAllocator()