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