![]() |
STM32F769IDiscovery
1.00
uDANTE Audio Networking with STM32F7 DISCO board
|
Go to the source code of this file.
Macros | |
#define | SIZE1 16 |
#define | SIZE1_2 12 |
#define | SIZE2 16 |
Functions | |
START_TEST (test_mem_one) | |
START_TEST (test_mem_random) | |
END_TEST Suite * | mem_suite (void) |
#define SIZE1 16 |
#define SIZE1_2 12 |
#define SIZE2 16 |
END_TEST Suite* mem_suite | ( | void | ) |
Create the suite including all tests for this module
Definition at line 114 of file test_mem.c.
START_TEST | ( | test_mem_one | ) |
Call mem_malloc, mem_free and mem_trim and check stats
Definition at line 29 of file test_mem.c.
START_TEST | ( | test_mem_random | ) |
Definition at line 90 of file test_mem.c.