mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-09-22 08:43:44 +08:00
Fixed bug #28679: mem_realloc calculates mem_stats wrong and added test case for it
This commit is contained in:
8
test/unit/core/test_mem.h
Normal file
8
test/unit/core/test_mem.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifndef __TEST_MEM_H__
|
||||
#define __TEST_MEM_H__
|
||||
|
||||
#include "../lwip_check.h"
|
||||
|
||||
Suite *mem_suite(void);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user