Searched defs:HostMemoryAllocate (Results 1 – 8 of 8) sorted by relevance
68 void *HostMemoryAllocate(uint64 size) override { return new char[size]; } in HostMemoryAllocate() function
152 void* HostMemoryAllocate(uint64 size) override { in HostMemoryAllocate() function
205 void* HostMemoryAllocate(uint64 size) override { in HostMemoryAllocate() function
75 void *HostMemoryAllocate(uint64 size) override { return new char[size]; } in HostMemoryAllocate() function
27 void* HostMemoryAllocate(const SP_Device* const device, uint64_t size) { in HostMemoryAllocate() function
283 void* HostMemoryAllocate(uint64 size) override { in HostMemoryAllocate() function in stream_executor::__anonc4c542a70111::CStreamExecutor
188 TEST_F(StreamExecutorTest, HostMemoryAllocate) { in TEST_F() argument
556 void *StreamExecutor::HostMemoryAllocate(uint64 size) { in HostMemoryAllocate() function in stream_executor::StreamExecutor