Defines | Functions

alexb/lib/lwip/contrib/test/unit/core/test_mem.c File Reference

#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 Documentation

#define SIZE1   16
#define SIZE1_2   12
#define SIZE2   16

Function Documentation

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.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines