Classes | Macros | Typedefs | Functions
dynalloc.cpp File Reference
#include "main.h"
Include dependency graph for dynalloc.cpp:

Go to the source code of this file.

Classes

class  MyClassA
 
struct  MyStruct
 

Macros

#define ALIGNMENT   1
 

Typedefs

typedef Matrix< float, 16, 1 > Vector16f
 
typedef Matrix< float, 8, 1 > Vector8f
 

Functions

void check_aligned_malloc ()
 
void check_aligned_new ()
 
void check_aligned_stack_alloc ()
 
template<typename T >
void check_custom_new_delete ()
 
template<typename T >
void check_dynaligned ()
 
void check_handmade_aligned_malloc ()
 
 EIGEN_DECLARE_TEST (dynalloc)
 

Macro Definition Documentation

◆ ALIGNMENT

#define ALIGNMENT   1

Definition at line 15 of file dynalloc.cpp.

Typedef Documentation

◆ Vector16f

typedef Matrix<float,16,1> Vector16f

Definition at line 18 of file dynalloc.cpp.

◆ Vector8f

typedef Matrix<float,8,1> Vector8f

Definition at line 19 of file dynalloc.cpp.

Function Documentation

◆ check_aligned_malloc()

void check_aligned_malloc ( )

Definition at line 33 of file dynalloc.cpp.

◆ check_aligned_new()

void check_aligned_new ( )

Definition at line 45 of file dynalloc.cpp.

◆ check_aligned_stack_alloc()

void check_aligned_stack_alloc ( )

Definition at line 57 of file dynalloc.cpp.

◆ check_custom_new_delete()

template<typename T >
void check_custom_new_delete ( )

Definition at line 97 of file dynalloc.cpp.

◆ check_dynaligned()

template<typename T >
void check_dynaligned ( )

Definition at line 85 of file dynalloc.cpp.

◆ check_handmade_aligned_malloc()

void check_handmade_aligned_malloc ( )

Definition at line 21 of file dynalloc.cpp.

◆ EIGEN_DECLARE_TEST()

EIGEN_DECLARE_TEST ( dynalloc  )

Definition at line 123 of file dynalloc.cpp.



gtsam
Author(s):
autogenerated on Tue Jun 25 2024 03:08:01