#include "test_mem.h"#include "lwip/mem.h"#include "lwip/stats.h"Defines | |
| #define | SIZE1 16 |
| #define | SIZE1_2 12 |
| #define | SIZE2 16 |
Functions | |
| START_TEST (test_mem_one) | |
| Call mem_malloc, mem_free and mem_trim and check stats. | |
| END_TEST Suite * | mem_suite (void) |
| Create the suite including all tests for this module. | |
| #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.
| START_TEST | ( | test_mem_one | ) |
Call mem_malloc, mem_free and mem_trim and check stats.
1.7.1