#include <Memory.h>
Public Member Functions | |
aligned_stack_memory_handler (T *ptr, std::size_t size, bool dealloc) | |
~aligned_stack_memory_handler () | |
Protected Attributes | |
bool | m_deallocate |
T * | m_ptr |
std::size_t | m_size |
Additional Inherited Members | |
Private Member Functions inherited from Eigen::internal::noncopyable | |
EIGEN_DEVICE_FUNC | noncopyable () |
EIGEN_DEVICE_FUNC | ~noncopyable () |
|
inline |
|
inline |
|
protected |
|
protected |
|
protected |