Module usm

Module usm 

Source

Structs§

DeviceAllocator
An allocator for Device-side buffers Safety: memory allocated by this allocator cannot be accessed on the host side
HostAllocator
An allocator for Host-side buffers
SharedAllocator
An allocator for shared memory buffers
UsmAllocator
An instance of a USM allocator.

Traits§

HostAccessible
A marker trait for host-accessible USM allocators.
UsmAlloc
A marker trait for USM allocators.
UsmAllocatorKind