CpuAllocatorBase Class Reference

CpuAllocatorBase Class Reference#

Reference API: gko::CpuAllocatorBase Class Reference
Reference API
gko::CpuAllocatorBase Class Reference

#include <ginkgo/core/base/memory.hpp>

Inheritance diagram for gko::CpuAllocatorBase:
[legend]

Additional Inherited Members

- Public Member Functions inherited from gko::Allocator
virtual void * allocate (size_type num_bytes)=0
 
virtual void deallocate (void *ptr)=0
 

Detailed Description

Implement this interface to provide an allocator for OmpExecutor or ReferenceExecutor.


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