Searched defs:HostMemoryAllocate (Results 1 – 4 of 4) 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
76 void *HostMemoryAllocate(uint64 size) override { return new char[size]; } in HostMemoryAllocate() function
562 void *StreamExecutor::HostMemoryAllocate(uint64 size) { in HostMemoryAllocate() function in stream_executor::StreamExecutor