#include "main.h"
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 () |
#define ALIGNMENT 1 |
Definition at line 15 of file dynalloc.cpp.
Definition at line 18 of file dynalloc.cpp.
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.
void check_custom_new_delete | ( | ) |
Definition at line 96 of file dynalloc.cpp.
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.