MEMP_SIZE is only used within LwIP.
 
Symbols
loading...
Files
loading...

MEMP_SIZE macro

Syntax

#define MEMP_SIZE 0

References

LocationText
memp_priv.h:63
#define MEMP_SIZE 0
memp.c:201
memp = (struct memp *)(void *)((u8_t *)memp + MEMP_SIZE + desc->size
memp.c:290
return ((u8_t *)memp + MEMP_SIZE);
memp.c:368
memp = (struct memp *)(void *)((u8_t *)mem - MEMP_SIZE);
memp.h:96
LWIP_DECLARE_MEMORY_ALIGNED(memp_memory_ ## name ## _base, ((num) * (MEMP_SIZE + MEMP_ALIGN_SIZE(size)))); \