Embedded Artistry Framework
Embedded Systems C++ Framework
Macros | Functions | Variables
malloc_freelist.c File Reference
#include <malloc.h>
#include <stdint.h>
#include <support/memory.h>
#include <tests.h>
#include <setjmp.h>
#include <stdarg.h>
#include <stddef.h>
#include <cmocka.h>
Include dependency graph for malloc_freelist.c:

Macros

#define ALLOCATION_TEST_COUNT   768
 

Functions

static void malloc_test (void **state)
 
int malloc_tests (void)
 

Variables

static void * p [ALLOCATION_TEST_COUNT]
 

Macro Definition Documentation

◆ ALLOCATION_TEST_COUNT

#define ALLOCATION_TEST_COUNT   768

Function Documentation

◆ malloc_test()

static void malloc_test ( void **  state)
static

◆ malloc_tests()

int malloc_tests ( void  )

References malloc_test(), and NULL.

Referenced by main().

Here is the caller graph for this function:

Variable Documentation

◆ p

void* p[ALLOCATION_TEST_COUNT]
static