Searched defs:memp_malloc (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Devices/Network/lwip/src/core/
H A Dmemp.c155 memp_malloc(memp_t type) function
163 LWIP_ASSERT("memp_malloc: type < MEMP_MAX", type < MEMP_MAX);
183 LWIP_ASSERT("memp_malloc: memp properly aligned",
186 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 Dmemp.h87 #define memp_malloc(type) mem_malloc(memp_sizes[type]) macro
104 #define memp_malloc(t) memp_malloc_fn((t), __FILE__, __LINE__) macro
106 void *memp_malloc(memp_t type);
/vbox/src/VBox/Devices/Network/lwip-new/src/core/
H A Dmemp.c107 /* If MEMP_OVERFLOW_CHECK is >= 2, on every call to memp_malloc or memp_free,
457 memp_malloc(memp_t type) function
465 LWIP_ERROR("memp_malloc: type < MEMP_MAX", (type < MEMP_MAX), return NULL;);
482 LWIP_ASSERT("memp_malloc: memp properly aligned",
489 LWIP_DEBUGF(MEMP_DEBUG | LWIP_DBG_LEVEL_SERIOUS, ("memp_malloc: out of memory in pool %s\n", memp_desc[type]));
/vbox/src/VBox/Devices/Network/lwip/vbox/include/
H A Dlwipopts.h199 #define memp_malloc lwip_memp_malloc macro
/vbox/src/VBox/Devices/Network/lwip-new/vbox/include/
H A Dlwip-namespace.h101 #define memp_malloc lwip_memp_malloc macro

Completed in 48 milliseconds