Home
last modified time | relevance | path

Searched refs:DeviceAllocator (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/openmp/libomptarget/plugins/common/MemoryManager/
H A DMemoryManager.h127 DeviceAllocatorTy &DeviceAllocator; variable
136 return DeviceAllocator.allocate(Size, HstPtr, TARGET_ALLOC_DEVICE); in allocateOnDevice()
140 int deleteOnDevice(void *Ptr) const { return DeviceAllocator.free(Ptr); } in deleteOnDevice()
196 MemoryManagerTy(DeviceAllocatorTy &DeviceAllocator, size_t Threshold = 0)
198 DeviceAllocator(DeviceAllocator) { in FreeLists()