Searched refs:host_memory_allocate (Results 1 – 3 of 3) sorted by relevance
53 void* host_memory_allocate(const SP_Device* const device, uint64_t size) { in host_memory_allocate() function121 se->host_memory_allocate = host_memory_allocate; in PopulateDefaultStreamExecutor()369 se_.host_memory_allocate = [](const SP_Device* const device, uint64_t size) { in TEST_F()
255 void* (*host_memory_allocate)(const SP_Device* device, uint64_t size); member
151 VALIDATE_MEMBER(SP_StreamExecutor, se, host_memory_allocate); in ValidateSPStreamExecutor()284 return stream_executor_->host_memory_allocate(&device_, size); in HostMemoryAllocate()