TR-mbed 1.0
Loading...
Searching...
No Matches
Public Member Functions | List of all members
TestAllocator Class Reference
Inheritance diagram for TestAllocator:

Public Member Functions

 ~TestAllocator () EIGEN_OVERRIDE
 
EIGEN_DEVICE_FUNC void * allocate (size_t num_bytes) const EIGEN_OVERRIDE
 
EIGEN_DEVICE_FUNC void deallocate (void *buffer) const EIGEN_OVERRIDE
 
int alloc_count () const
 
int dealloc_count () const
 

Constructor & Destructor Documentation

◆ ~TestAllocator()

TestAllocator::~TestAllocator ( )
inline

Member Function Documentation

◆ alloc_count()

int TestAllocator::alloc_count ( ) const
inline

◆ allocate()

EIGEN_DEVICE_FUNC void * TestAllocator::allocate ( size_t  num_bytes) const
inline

◆ dealloc_count()

int TestAllocator::dealloc_count ( ) const
inline

◆ deallocate()

EIGEN_DEVICE_FUNC void TestAllocator::deallocate ( void *  buffer) const
inline

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