Home
last modified time | relevance | path

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

/external/llvm-project/openmp/libomptarget/src/
DMemoryManager.cpp104 void *MemoryManagerTy::allocateOnDevice(size_t Size, void *HstPtr) const { in allocateOnDevice() function in MemoryManagerTy
136 return allocateOnDevice(Size, HstPtr); in freeAndAllocate()
141 void *TgtPtr = allocateOnDevice(Size, HstPtr); in allocateOrFreeAndAllocateOnDevice()
DMemoryManager.h63 void *allocateOnDevice(size_t Size, void *HstPtr) const;