![]() |
|
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 |
Private Attributes | |
| int | alloc_count_ = 0 |
| int | dealloc_count_ = 0 |
|
inline |
|
inline |
References Eigen::internal::aligned_malloc(), and alloc_count_.
|
inline |
|
inline |
References Eigen::internal::aligned_free(), and dealloc_count_.
|
private |
Referenced by alloc_count(), and allocate().
|
private |
Referenced by dealloc_count(), and deallocate().