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, 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 ()
 
void test_dynalloc ()
 

Macro Definition Documentation

#define ALIGNMENT   1

Definition at line 15 of file dynalloc.cpp.

Typedef Documentation

typedef Matrix<float,8,1> Vector8f

Definition at line 18 of file dynalloc.cpp.

Function Documentation

void check_aligned_malloc ( )

Definition at line 32 of file dynalloc.cpp.

void check_aligned_new ( )

Definition at line 44 of file dynalloc.cpp.

void check_aligned_stack_alloc ( )

Definition at line 56 of file dynalloc.cpp.

template<typename T >
void check_custom_new_delete ( )

Definition at line 96 of file dynalloc.cpp.

template<typename T >
void check_dynaligned ( )

Definition at line 84 of file dynalloc.cpp.

void check_handmade_aligned_malloc ( )

Definition at line 20 of file dynalloc.cpp.

void test_dynalloc ( )

Definition at line 122 of file dynalloc.cpp.



gtsam
Author(s):
autogenerated on Sat May 8 2021 02:51:29