Home
last modified time | relevance | path

Searched refs:newAsyncHostMem (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/parallel-libs/acxxel/tests/
Dacxxel_test.cpp261 Platform->newAsyncHostMem<RefCounter>(3).takeValue(); in TEST_P()
271 Platform->newAsyncHostMem<int>(Length).takeValue(); in TEST_P()
275 Platform->newAsyncHostMem<int>(Length).takeValue(); in TEST_P()
/external/llvm-project/parallel-libs/acxxel/
Dacxxel.h567 Expected<OwnedAsyncHostMemory<T>> newAsyncHostMem(ptrdiff_t ElementCount) { in newAsyncHostMem() function