Home
last modified time | relevance | path

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

/third_party/lwip/src/core/
Dmem.c623 …LWIP_DEBUGF(MEM_DEBUG | LWIP_DBG_TRACE | LWIP_DBG_LEVEL_SERIOUS, ("mem_free(p == NULL) was called.… in mem_free()
628 LWIP_DEBUGF(MEM_DEBUG | LWIP_DBG_LEVEL_SEVERE, ("mem_free: sanity check alignment\n")); in mem_free()
640 LWIP_DEBUGF(MEM_DEBUG | LWIP_DBG_LEVEL_SEVERE, ("mem_free: illegal memory\n")); in mem_free()
654 LWIP_DEBUGF(MEM_DEBUG | LWIP_DBG_LEVEL_SEVERE, ("mem_free: illegal memory: double free?\n")); in mem_free()
663 …LWIP_DEBUGF(MEM_DEBUG | LWIP_DBG_LEVEL_SEVERE, ("mem_free: illegal memory: non-linked: double free… in mem_free()
725 LWIP_DEBUGF(MEM_DEBUG | LWIP_DBG_LEVEL_SEVERE, ("mem_trim: illegal memory\n")); in mem_trim()
974 …LWIP_DEBUGF(MEM_DEBUG | LWIP_DBG_LEVEL_SERIOUS, ("mem_malloc: could not allocate %"S16_F" bytes\n"… in mem_malloc()
1005 …LWIP_DEBUGF(MEM_DEBUG | LWIP_DBG_LEVEL_SERIOUS, ("mem_calloc: could not allocate %"SZT_F" bytes\n"… in mem_calloc()
/third_party/lwip/src/include/lwip/
Dopt.h3350 #if !defined MEM_DEBUG || defined __DOXYGEN__
3351 #define MEM_DEBUG LWIP_DBG_OFF macro