Searched refs:HostMemoryAllocate (Results 1 – 7 of 7) sorted by relevance
42 ptr = stream_exec_->HostMemoryAllocate(num_bytes); in Alloc()
76 void *HostMemoryAllocate(uint64 size) override { return new char[size]; } in HostMemoryAllocate() function
68 void *HostMemoryAllocate(uint64 size) override { return new char[size]; } in HostMemoryAllocate() function
211 virtual void *HostMemoryAllocate(uint64 size) = 0;
562 void *StreamExecutor::HostMemoryAllocate(uint64 size) { in HostMemoryAllocate() function in stream_executor::StreamExecutor563 void *buffer = implementation_->HostMemoryAllocate(size); in HostMemoryAllocate()
226 void *HostMemoryAllocate(uint64 bytes);
108 void* HostMemoryAllocate(uint64 size) override { in HostMemoryAllocate() function