#include "main.h"
Go to the source code of this file.
Classes | |
class | MyClassA |
struct | MyStruct |
Defines | |
#define | ALIGNMENT 1 |
Functions | |
void | check_aligned_malloc () |
void | check_aligned_new () |
void | check_aligned_stack_alloc () |
template<typename T > | |
void | check_dynaligned () |
void | check_handmade_aligned_malloc () |
void | test_dynalloc () |
#define ALIGNMENT 1 |
Definition at line 30 of file dynalloc.cpp.
void check_aligned_malloc | ( | ) |
Definition at line 45 of file dynalloc.cpp.
void check_aligned_new | ( | ) |
Definition at line 57 of file dynalloc.cpp.
void check_aligned_stack_alloc | ( | ) |
Definition at line 69 of file dynalloc.cpp.
void check_dynaligned | ( | ) |
Definition at line 97 of file dynalloc.cpp.
void check_handmade_aligned_malloc | ( | ) |
Definition at line 33 of file dynalloc.cpp.
void test_dynalloc | ( | ) |
Definition at line 104 of file dynalloc.cpp.