Searched refs:allocateOnDevice (Results 1 – 2 of 2) sorted by relevance
104 void *MemoryManagerTy::allocateOnDevice(size_t Size, void *HstPtr) const { in allocateOnDevice() function in MemoryManagerTy136 return allocateOnDevice(Size, HstPtr); in freeAndAllocate()141 void *TgtPtr = allocateOnDevice(Size, HstPtr); in allocateOrFreeAndAllocateOnDevice()
63 void *allocateOnDevice(size_t Size, void *HstPtr) const;