MEMP_SANITY_CHECK is only used within LwIP.
 
Symbols
loading...
Files
loading...

MEMP_SANITY_CHECK macro

MEMP_SANITY_CHECK==1: run a sanity check after each memp_free() to make sure that there are no cycles in the linked lists.

Syntax

#define MEMP_SANITY_CHECK 0

References

LocationText
opt.h:318
#define MEMP_SANITY_CHECK 0
memp.c:96
#if MEMP_SANITY_CHECK && !MEMP_MEM_MALLOC
memp.c:388
#if MEMP_SANITY_CHECK