|
Embedded Artistry Framework
Embedded Systems C++ Framework
|
#include <aligned_malloc.h>#include <errno.h>#include <support/memory.h>#include <tests.h>#include <setjmp.h>#include <stdarg.h>#include <stddef.h>#include <cmocka.h>
Functions | |
| static void | aligned_malloc_test (void **state) |
| static void | posix_memalign_test (void **state) |
| int | aligned_malloc_tests (void) |
|
static |
References aligned_free(), aligned_malloc(), allocate_memory(), block_end_addr(), block_size(), block_start_addr(), mem_block_addr, and memory_allocated().
Referenced by aligned_malloc_tests().
| int aligned_malloc_tests | ( | void | ) |
References aligned_malloc_test(), aligned_malloc_tests(), NULL, and posix_memalign_test().
Referenced by aligned_malloc_tests(), and main().

|
static |
References aligned_free(), EINVAL, NULL, posix_memalign(), and r.
Referenced by aligned_malloc_tests().
1.8.15