Searched refs:HostAllocate (Results 1 – 5 of 5) sorted by relevance
67 void* host_mem[2] = {GpuDriver::HostAllocate(gpu_context, kBufSize), in TEST()68 GpuDriver::HostAllocate(gpu_context, kBufSize)}; in TEST()
109 return GpuDriver::HostAllocate(context_, size); in HostMemoryAllocate()
124 static void* HostAllocate(GpuContext* context, uint64 bytes);
647 /* static */ void* GpuDriver::HostAllocate(GpuContext* context, uint64 bytes) { in HostAllocate() function in stream_executor::gpu::GpuDriver
845 /* static */ void* GpuDriver::HostAllocate(GpuContext* context, uint64 bytes) { in HostAllocate() function in stream_executor::gpu::GpuDriver