Searched defs:HostMemoryAllocate (Results 1 – 7 of 7) sorted by relevance
108 void* HostMemoryAllocate(uint64 size) override { in HostMemoryAllocate() function
68 void *HostMemoryAllocate(uint64 size) override { return new char[size]; } in HostMemoryAllocate() function
200 void* HostMemoryAllocate(uint64 size) override { in HostMemoryAllocate() function
75 void *HostMemoryAllocate(uint64 size) override { return new char[size]; } in HostMemoryAllocate() function
283 void* HostMemoryAllocate(uint64 size) override { in HostMemoryAllocate() function in stream_executor::__anon00950a620111::CStreamExecutor
366 TEST_F(StreamExecutorTest, HostMemoryAllocate) { in TEST_F() argument
549 void *StreamExecutor::HostMemoryAllocate(uint64 size) { in HostMemoryAllocate() function in stream_executor::StreamExecutor