12#include "vecmem/memory/memory_resource.hpp"
13#include "vecmem/vecmem_hip_export.hpp"
35 std::size_t alignment)
override final;
40 std::size_t alignment)
override final;
45 const memory_resource&
other)
const noexcept override final;
Memory resource for HIP shared host/device memory.
Definition host_memory_resource.hpp:18
virtual VECMEM_HIP_EXPORT void do_deallocate(void *ptr, std::size_t nbytes, std::size_t alignment) override final
Function performing the memory de-allocation.
Definition host_memory_resource.cpp:40
VECMEM_HIP_EXPORT ~host_memory_resource()
Destructor.
virtual VECMEM_HIP_EXPORT void * do_allocate(std::size_t nbytes, std::size_t alignment) override final
Function performing the memory allocation.
Definition host_memory_resource.cpp:27
VECMEM_HIP_EXPORT host_memory_resource()
Default constructor.
virtual VECMEM_HIP_EXPORT bool do_is_equal(const memory_resource &other) const noexcept override final
Function comparing two memory resource instances.
Definition host_memory_resource.cpp:53
Namespace holding types that work on/with ROCm/HIP.
Definition hip_device_atomic_ref.hpp:25
std::vector< T, vecmem::polymorphic_allocator< T > > vector
Alias type for vectors with our polymorphic allocator.
Definition vector.hpp:35