Home
last modified time | relevance | path

Searched refs:GetThreadSpecificAllocator (Results 1 – 4 of 4) sorted by relevance

/external/ruy/ruy/
Dctx.h77 Allocator* GetThreadSpecificAllocator(int thread_index) const;
Dctx_test.cc64 EXPECT_NE(ctx.GetThreadSpecificAllocator(j), nullptr); in TEST()
Dctx.cc187 Allocator* Ctx::GetThreadSpecificAllocator(int thread_index) const { in GetThreadSpecificAllocator() function in ruy::Ctx
Dtrmul.cc381 auto* allocator = ctx->GetThreadSpecificAllocator(i); in TrMul()