Searched defs:MallocHost (Results 1 – 5 of 5) sorted by relevance
54 void *MallocHost(size_t mem_size) { return host_mem_cache_->MallocHost(mem_size); } in MallocHost() function
24 void *OffloadedMemPool::MallocHost(size_t mem_size) { in MallocHost() function in mindspore::device::OffloadedMemPool
144 void *AscendAllocatorPlugin::MallocHost(size_t size) { in MallocHost() function in mindspore::kernel::AscendAllocatorPlugin
115 void *AclAllocator::MallocHost(size_t size) { in MallocHost() function in mindspore::kernel::acl::AclAllocator
495 int AclAdapter::MallocHost(void **host_ptr, size_t size) const { in MallocHost() function in mindspore::dataset::AclAdapter