uc-sdk
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
test_mem.c File Reference
#include "test_mem.h"
#include "lwip/mem.h"
#include "lwip/stats.h"

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)
 
END_TEST Suite * mem_suite (void)
 

Macro Definition 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

Definition at line 67 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.