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