syclreference.com
  1. SYCL
  2. | API Reference
  3. | Allocators
  4. | base_allocator

base_allocator

Forward calls from the runtime-side to the user-defined allocator. This allows the internal runtime methods to call the user-defined typed allocator without passing the template tag. The isMapAllocator is used internally to determine if the allocator is a map-based one, which will enable some optimizations if possible.

class cl::sycl::detail::base_allocator;

Member Functions

(constructor)
(destructor)
allocate
deallocate
operator=

MISSING

syclreference.com — SYCL Reference Pages

Last updated: 2019-01-24 00:24:52 +0000