Ginkgo  Generated from pipelines/1478841010 branch based on develop. Ginkgo version 1.9.0
A numerical linear algebra library targeting many-core architectures
Public Member Functions | List of all members
gko::Allocator Class Referenceabstract

Provides generic allocation and deallocation functionality to be used by an Executor. More...

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

Inheritance diagram for gko::Allocator:
[legend]

Public Member Functions

virtual void * allocate (size_type num_bytes)=0
 
virtual void deallocate (void *ptr)=0
 

Detailed Description

Provides generic allocation and deallocation functionality to be used by an Executor.


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