thrust::mr::memory_resource< void * >
Defined in thrust/mr/memory_resource.h
-
template<>
class memory_resource<void*> Subclassed by thrust::mr::polymorphic_adaptor_resource< Pointer >
Public Types
-
using pointer = void*
Public Functions
-
virtual ~memory_resource() = default
-
inline void deallocate(pointer p, std::size_t bytes, std::size_t alignment = THRUST_MR_DEFAULT_ALIGNMENT) noexcept
-
inline bool is_equal(const memory_resource &other) const noexcept
-
inline virtual bool do_is_equal(const memory_resource &other) const noexcept
-
using pointer = void*