Searched defs:HostMemoryAllocate (Results 1 – 8 of 8) sorted by relevance
68 void* HostMemoryAllocate(uint64_t size) override { return new char[size]; } in HostMemoryAllocate() function
159 void* HostMemoryAllocate(uint64_t size) override { in HostMemoryAllocate() function
205 void* HostMemoryAllocate(uint64_t size) override { in HostMemoryAllocate() function
74 void *HostMemoryAllocate(uint64_t size) override { return new char[size]; } in HostMemoryAllocate() function
27 void* HostMemoryAllocate(const SP_Device* const device, uint64_t size) { in HostMemoryAllocate() function
255 void* HostMemoryAllocate(uint64 size) override { in HostMemoryAllocate() function in stream_executor::__anon702966b10111::CStreamExecutor
190 TEST_F(StreamExecutorTest, HostMemoryAllocate) { in TEST_F() argument
552 void* StreamExecutor::HostMemoryAllocate(uint64_t size) { in HostMemoryAllocate() function in stream_executor::StreamExecutor