Searched refs:DeviceAllocator (Results 1 – 1 of 1) sorted by relevance
127 DeviceAllocatorTy &DeviceAllocator; variable136 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()