|
Embedded Artistry Framework
Embedded Systems C++ Framework
|
#include "stdlib_tests.h"#include <stdlib.h>#include <setjmp.h>#include <stdarg.h>#include <stddef.h>#include <cmocka.h>
Macros | |
| #define | CALLOC_TEST_SIZE 1024 |
Functions | |
| static void | calloc_test (void **state) |
| int | calloc_tests (void) |
| #define CALLOC_TEST_SIZE 1024 |
|
static |
References calloc(), CALLOC_TEST_SIZE, free(), and p.
Referenced by calloc_tests().
| int calloc_tests | ( | void | ) |
References calloc_test(), calloc_tests(), and NULL.
Referenced by calloc_tests(), and stdlib_tests().

1.8.15