Searched refs:newAsyncHostMem (Results 1 – 2 of 2) sorted by relevance
261 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()
567 Expected<OwnedAsyncHostMemory<T>> newAsyncHostMem(ptrdiff_t ElementCount) { in newAsyncHostMem() function