Home
last modified time | relevance | path

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

/aosp_15_r20/external/ruy/ruy/
H A Dctx.h80 Allocator* GetThreadSpecificAllocator(int thread_index) const;
H A Dctx_test.cc65 EXPECT_NE(ctx.GetThreadSpecificAllocator(j), nullptr); in TEST()
H A Dctx.cc194 Allocator* Ctx::GetThreadSpecificAllocator(int thread_index) const { in GetThreadSpecificAllocator() function in ruy::Ctx
H A Dtrmul.cc407 auto* allocator = ctx->GetThreadSpecificAllocator(i); in TrMul()