Searched refs:HostMemoryAllocatorCommand (Results 1 – 5 of 5) sorted by relevance
42 switch (static_cast<HostMemoryAllocatorCommand>(info->metadata)) { in perform()43 case HostMemoryAllocatorCommand::Allocate: in perform()47 case HostMemoryAllocatorCommand::Unallocate: in perform()
57 AddressSpaceHostMemoryAllocatorContext::HostMemoryAllocatorCommand::Allocate); in createAllocateRequest()68 AddressSpaceHostMemoryAllocatorContext::HostMemoryAllocatorCommand::Unallocate); in createUnallocateRequest()
307 switch (static_cast<HostMemoryAllocatorCommand>(info->metadata)) { in perform()308 case HostMemoryAllocatorCommand::Allocate: in perform()312 case HostMemoryAllocatorCommand::Unallocate: in perform()316 case HostMemoryAllocatorCommand::CheckIfSharedSlotsSupported: in perform()
26 enum class HostMemoryAllocatorCommand { enum