Home
last modified time | relevance | path

Searched refs:MEM_DEBUG (Results 1 – 2 of 2) sorted by relevance

/lib/liblwip/src/core/
Dmem.c317 …LWIP_DEBUGF(MEM_DEBUG | LWIP_DBG_TRACE | LWIP_DBG_LEVEL_SERIOUS, ("mem_free(p == NULL) was called.… in mem_free()
327 LWIP_DEBUGF(MEM_DEBUG | LWIP_DBG_LEVEL_SEVERE, ("mem_free: illegal memory\n")); in mem_free()
395 LWIP_DEBUGF(MEM_DEBUG | LWIP_DBG_LEVEL_SEVERE, ("mem_trim: illegal memory\n")); in mem_trim()
628 …LWIP_DEBUGF(MEM_DEBUG | LWIP_DBG_LEVEL_SERIOUS, ("mem_malloc: could not allocate %"S16_F" bytes\n"… in mem_malloc()
/lib/liblwip/src/include/lwip/
Dopt.h1981 #ifndef MEM_DEBUG
1982 #define MEM_DEBUG LWIP_DBG_OFF macro