g2o
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
dynamic_aligned_buffer.hpp File Reference
#include <cstddef>
#include "Eigen/Core"
Include dependency graph for dynamic_aligned_buffer.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  g2o::dynamic_aligned_buffer< Type >
 
struct  g2o::aligned_deleter< T >
 

Namespaces

namespace  g2o
 

Functions

template<typename Type >
Type * g2o::allocate_aligned (size_t n)
 
template<typename Type >
Type * g2o::reallocate_aligned (Type *ptr, size_t newSize, size_t oldSize)
 
template<typename Type >
void g2o::free_aligned (Type *block)