/** This array holds the base of each memory pool.*/ staticu8_t*constmemp_bases[] = { #defineLWIP_MEMPOOL(name,num,size,desc) memp_memory_ ## name ## _base, #include"lwip/memp_std.h" }; #else/*MEMP_SEPARATE_POOLS*/ /** This is the actual memory used by the pools (all po...