Searched refs:HostMemoryAllocate (Results 1 – 11 of 11) sorted by relevance
34 void* d_ptr = executor->HostMemoryAllocate(sizeof(int)); in TEST()
44 ptr = stream_exec_->HostMemoryAllocate(num_bytes); in Alloc()
68 void *HostMemoryAllocate(uint64 size) override { return new char[size]; } in HostMemoryAllocate() function
75 void *HostMemoryAllocate(uint64 size) override { return new char[size]; } in HostMemoryAllocate() function
200 void* HostMemoryAllocate(uint64 size) override { in HostMemoryAllocate() function
214 virtual void *HostMemoryAllocate(uint64 size) = 0;
549 void *StreamExecutor::HostMemoryAllocate(uint64 size) { in HostMemoryAllocate() function in stream_executor::StreamExecutor550 void *buffer = implementation_->HostMemoryAllocate(size); in HostMemoryAllocate()
214 void *HostMemoryAllocate(uint64 size);
108 void* HostMemoryAllocate(uint64 size) override { in HostMemoryAllocate() function
366 TEST_F(StreamExecutorTest, HostMemoryAllocate) { in TEST_F() argument379 void* mem = executor->HostMemoryAllocate(8); in TEST_F()
283 void* HostMemoryAllocate(uint64 size) override { in HostMemoryAllocate() function in stream_executor::__anon00950a620111::CStreamExecutor