mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2025-08-03 21:14:40 +08:00
Included the mem_malloc pools in memp_names if MEM_USE_POOLS=1
This commit is contained in:
parent
1689361ff2
commit
ebcb46cd48
@ -94,11 +94,17 @@ stats_display(void)
|
||||
"NETBUF",
|
||||
"NETCONN",
|
||||
"TCPIP_MSG",
|
||||
#if ARP_QUEUEING
|
||||
#if ARP_QUEUEING
|
||||
"ARP_QUEUE",
|
||||
#endif
|
||||
#endif
|
||||
"PBUF_POOL",
|
||||
"SYS_TIMEOUT"
|
||||
"SYS_TIMEOUT",
|
||||
#if MEM_USE_POOLS
|
||||
"MEMP_MEM_POOL_1",
|
||||
"MEMP_MEM_POOL_2",
|
||||
"MEMP_MEM_POOL_3",
|
||||
"MEMP_MEM_POOL_4",
|
||||
#endif
|
||||
};
|
||||
#endif
|
||||
#if LINK_STATS
|
||||
|
Loading…
x
Reference in New Issue
Block a user