Allocator Class Reference#
|
Reference API
|
gko::Allocator Class Referenceabstract
#include <ginkgo/core/base/memory.hpp>
Inheritance diagram for gko::Allocator:
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:
- ginkgo/core/base/memory.hpp
Generated by