Searched refs:MEM_DEBUG (Results 1 - 6 of 6) sorted by relevance
/vbox/src/VBox/Devices/Network/lwip/src/core/ |
H A D | mem.c | 160 LWIP_DEBUGF(MEM_DEBUG | DBG_TRACE | 2, ("mem_free(p == NULL) was called.\n")); 170 LWIP_DEBUGF(MEM_DEBUG | 3, ("mem_free: illegal memory\n")); 218 LWIP_DEBUGF(MEM_DEBUG | 3, ("mem_realloc: illegal memory\n")); 315 LWIP_DEBUGF(MEM_DEBUG | 2, ("mem_malloc: could not allocate %"S16_F" bytes\n", (s16_t)size)); 404 LWIP_DEBUGF(MEM_DEBUG | 2, ("mem_malloc: could not allocate %"S16_F" bytes\n", (s16_t)size));
|
/vbox/src/VBox/Devices/Network/lwip-new/vbox/include/ |
H A D | lwip-log.h | 40 #define MEM_DEBUG LWIP_DEBUGF_LOG_GROUP(LOG_GROUP_LWIP_MEM) macro
|
/vbox/src/VBox/Devices/Network/lwip-new/src/core/ |
H A D | mem.c | 317 LWIP_DEBUGF(MEM_DEBUG | LWIP_DBG_TRACE | LWIP_DBG_LEVEL_SERIOUS, ("mem_free(p == NULL) was called.\n")); 327 LWIP_DEBUGF(MEM_DEBUG | LWIP_DBG_LEVEL_SEVERE, ("mem_free: illegal memory\n")); 395 LWIP_DEBUGF(MEM_DEBUG | LWIP_DBG_LEVEL_SEVERE, ("mem_trim: illegal memory\n")); 628 LWIP_DEBUGF(MEM_DEBUG | LWIP_DBG_LEVEL_SERIOUS, ("mem_malloc: could not allocate %"S16_F" bytes\n", (s16_t)size));
|
/vbox/src/VBox/Devices/Network/lwip/src/include/lwip/ |
H A D | opt.h | 635 #ifndef MEM_DEBUG 636 #define MEM_DEBUG DBG_OFF macro
|
/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/ |
H A D | opt.h | 2293 * MEM_DEBUG: Enable debugging in mem.c. 2295 #ifndef MEM_DEBUG 2296 #define MEM_DEBUG LWIP_DBG_OFF macro
|
/vbox/src/VBox/Devices/Network/lwip/vbox/include/ |
H A D | lwipopts.h | 83 #define MEM_DEBUG DBG_ON macro
|
Completed in 59 milliseconds