DASH  0.3.0
dash::LocalMemorySpaceBase< MemoryType > Class Template Reference

Public Types

using memory_space_domain_category = memory_domain_local
 Memory Traits. More...
 
using memory_space_type_category = MemoryType
 

Public Member Functions

void * allocate (size_t bytes, size_t alignment=max_align)
 
void deallocate (void *p, size_t bytes, size_t alignment=max_align)
 
bool is_equal (const memory_resource &other) const noexcept
 

Detailed Description

template<class MemoryType>
class dash::LocalMemorySpaceBase< MemoryType >

Definition at line 245 of file MemorySpaceBase.h.

Member Typedef Documentation

◆ memory_space_domain_category

template<class MemoryType>
using dash::LocalMemorySpaceBase< MemoryType >::memory_space_domain_category = memory_domain_local

Memory Traits.

Definition at line 251 of file MemorySpaceBase.h.


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