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