thrust::mr::memory_resource< void * >#
-
template<>
class memory_resource<void*># 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,
-
inline bool is_equal(const memory_resource &other) const noexcept#
- inline virtual bool do_is_equal(
- const memory_resource &other,
-
using pointer = void*#