Searched refs:MEMP_DEBUG (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Devices/Network/lwip-new/vbox/include/
H A Dlwip-log.h41 #define MEMP_DEBUG LWIP_DEBUGF_LOG_GROUP(LOG_GROUP_LWIP_MEMP) macro
/vbox/src/VBox/Devices/Network/lwip/src/include/lwip/
H A Dopt.h639 #ifndef MEMP_DEBUG
640 #define MEMP_DEBUG DBG_OFF macro
/vbox/src/VBox/Devices/Network/lwip/src/core/
H A Dmemp.c186 LWIP_DEBUGF(MEMP_DEBUG | 2, ("memp_malloc: out of memory in pool %"S16_F"\n", type));
/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/
H A Dopt.h2300 * MEMP_DEBUG: Enable debugging in memp.c.
2302 #ifndef MEMP_DEBUG
2303 #define MEMP_DEBUG LWIP_DBG_OFF macro
/vbox/src/VBox/Devices/Network/lwip/vbox/include/
H A Dlwipopts.h84 #define MEMP_DEBUG DBG_ON macro
/vbox/src/VBox/Devices/Network/lwip-new/src/core/
H A Dmemp.c489 LWIP_DEBUGF(MEMP_DEBUG | LWIP_DBG_LEVEL_SERIOUS, ("memp_malloc: out of memory in pool %s\n", memp_desc[type]));

Completed in 270 milliseconds