memp_t::MEMP_MAX is only used within LwIP.
 
Symbols
loading...
Files
loading...

memp_t::MEMP_MAX

Syntax

MEMP_MAX;

References

LocationReferrerText
memp.h:55
MEMP_MAX
memp.c:81
const struct memp_desc *const memp_pools[MEMP_MAX] = {
memp.c:343memp_malloc()
LWIP_ERROR("memp_malloc: type < MEMP_MAX", (type < MEMP_MAX), return NULL;);
memp.c:426memp_free()
LWIP_ERROR("memp_free: type < MEMP_MAX", (type < MEMP_MAX), return;);
memp.h:61
extern const struct memp_desc* const memp_pools[MEMP_MAX];

Data Use

Functions using memp_t::MEMP_MAX
memp_t::MEMP_MAX
all items filtered out