vecmem 1.14.0
Loading...
Searching...
No Matches
Public Member Functions | List of all members
vecmem::hip::host_memory_resource Class Referencefinal

Memory resource for HIP shared host/device memory. More...

#include <vecmem/memory/hip/host_memory_resource.hpp>

Inheritance diagram for vecmem::hip::host_memory_resource:

Public Member Functions

VECMEM_HIP_EXPORT host_memory_resource ()
 Default constructor.
 
VECMEM_HIP_EXPORT ~host_memory_resource ()
 Destructor.
 

Private Member Functions

Function(s) implementing @c vecmem::memory_resource
virtual VECMEM_HIP_EXPORT voiddo_allocate (std::size_t nbytes, std::size_t alignment) override final
 Function performing the memory allocation.
 
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.
 
virtual VECMEM_HIP_EXPORT bool do_is_equal (const memory_resource &other) const noexcept override final
 Function comparing two memory resource instances.
 

Detailed Description

Memory resource for HIP shared host/device memory.


The documentation for this class was generated from the following files: