LwIP 1.3中部分代码有点看不懂,请教
/** This array holds the element sizes of each pool. */ #if !MEM_USE_POOLS static #endif const u16_t memp_sizes[MEMP_MAX] = { #define LWIP_MEMPOOL(name,num,size,desc) MEMP_ALIGN_SIZE(size), #include "lwip/memp_std.h" };
位于文件Memp.c,这是什么意思?怎么数组 memp_sizes里面有宏定义和预编译的代码?先谢过。
|