TR-mbed 1.0
Loading...
Searching...
No Matches
Classes | Macros | Typedefs | Functions
dynalloc.cpp File Reference
#include "main.h"

Classes

struct  MyStruct
 
class  MyClassA
 

Macros

#define ALIGNMENT   1
 

Typedefs

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

Functions

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

Macro Definition Documentation

◆ ALIGNMENT

#define ALIGNMENT   1

Typedef Documentation

◆ Vector16f

typedef Matrix<float,16,1> Vector16f

◆ Vector8f

typedef Matrix<float,8,1> Vector8f

Function Documentation

◆ check_aligned_malloc()

void check_aligned_malloc ( )

◆ check_aligned_new()

void check_aligned_new ( )

◆ check_aligned_stack_alloc()

void check_aligned_stack_alloc ( )

◆ check_custom_new_delete()

template<typename T >
void check_custom_new_delete ( )

◆ check_dynaligned()

template<typename T >
void check_dynaligned ( )

◆ check_handmade_aligned_malloc()

void check_handmade_aligned_malloc ( )

◆ EIGEN_DECLARE_TEST()

EIGEN_DECLARE_TEST ( dynalloc  )