DPC++ Runtime
Runtime libraries for oneAPI DPC++
sycl_mem_obj_allocator.hpp File Reference
#include <sycl/detail/aligned_allocator.hpp>
#include <algorithm>
#include <cstddef>
#include <type_traits>
Include dependency graph for sycl_mem_obj_allocator.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  sycl::_V1::detail::SYCLMemObjAllocator
 
class  sycl::_V1::detail::SYCLMemObjAllocatorHolder< AllocatorT, OwnerDataT >
 

Namespaces

 sycl
 
 sycl::_V1
 
 sycl::_V1::detail
 

Typedefs

template<typename DataT >
using sycl::_V1::detail::sycl_memory_object_allocator = aligned_allocator< DataT >