Searched refs:HostMemoryDeallocate (Results 1 – 7 of 7) sorted by relevance
56 stream_exec_->HostMemoryDeallocate(ptr); in Free()
77 void HostMemoryDeallocate(void *mem) override { in HostMemoryDeallocate() function
69 void HostMemoryDeallocate(void *mem) override { in HostMemoryDeallocate() function
212 virtual void HostMemoryDeallocate(void *mem) = 0;
569 void StreamExecutor::HostMemoryDeallocate(void *location) { in HostMemoryDeallocate() function in stream_executor::StreamExecutor573 return implementation_->HostMemoryDeallocate(location); in HostMemoryDeallocate()
229 void HostMemoryDeallocate(void *location);
112 void HostMemoryDeallocate(void* location) override { in HostMemoryDeallocate() function