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