Embedded Artistry Framework
Embedded Systems C++ Framework
Functions
realloc.c File Reference
#include "stdlib_tests.h"
#include <stdlib.h>
#include <setjmp.h>
#include <stdarg.h>
#include <stddef.h>
#include <cmocka.h>
Include dependency graph for realloc.c:

Functions

static void realloc_test (void **state)
 
int realloc_tests (void)
 

Function Documentation

◆ realloc_test()

static void realloc_test ( void **  state)
static

Referenced by realloc_tests().

◆ realloc_tests()

int realloc_tests ( void  )

References NULL, realloc_test(), and realloc_tests().

Referenced by realloc_tests(), and stdlib_tests().

Here is the caller graph for this function: