Embedded Artistry Framework
Embedded Systems C++ Framework
Functions
aligned_malloc.c File Reference
#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>
Include dependency graph for aligned_malloc.c:

Functions

static void aligned_malloc_test (void **state)
 
static void posix_memalign_test (void **state)
 
int aligned_malloc_tests (void)
 

Function Documentation

◆ aligned_malloc_test()

static void aligned_malloc_test ( void **  state)
static

◆ 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().

Here is the caller graph for this function:

◆ posix_memalign_test()

static void posix_memalign_test ( void **  state)
static

References aligned_free(), EINVAL, NULL, posix_memalign(), and r.

Referenced by aligned_malloc_tests().