#include "main.h"
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) | |
#define ALIGNMENT 1 |
Definition at line 15 of file dynalloc.cpp.
Definition at line 18 of file dynalloc.cpp.
Definition at line 19 of file dynalloc.cpp.
void check_aligned_malloc | ( | ) |
Definition at line 33 of file dynalloc.cpp.
void check_aligned_new | ( | ) |
Definition at line 45 of file dynalloc.cpp.
void check_aligned_stack_alloc | ( | ) |
Definition at line 57 of file dynalloc.cpp.
void check_custom_new_delete | ( | ) |
Definition at line 97 of file dynalloc.cpp.
void check_dynaligned | ( | ) |
Definition at line 85 of file dynalloc.cpp.
void check_handmade_aligned_malloc | ( | ) |
Definition at line 21 of file dynalloc.cpp.
EIGEN_DECLARE_TEST | ( | dynalloc | ) |
Definition at line 123 of file dynalloc.cpp.