Searched refs:GetThreadSpecificAllocator (Results 1 – 4 of 4) sorted by relevance
80 Allocator* GetThreadSpecificAllocator(int thread_index) const;
65 EXPECT_NE(ctx.GetThreadSpecificAllocator(j), nullptr); in TEST()
194 Allocator* Ctx::GetThreadSpecificAllocator(int thread_index) const { in GetThreadSpecificAllocator() function in ruy::Ctx
407 auto* allocator = ctx->GetThreadSpecificAllocator(i); in TrMul()