From ebcb46cd48895f218fb7e28d4ab3066420bb6ea5 Mon Sep 17 00:00:00 2001 From: goldsimon Date: Wed, 18 Jul 2007 20:30:21 +0000 Subject: [PATCH] Included the mem_malloc pools in memp_names if MEM_USE_POOLS=1 --- src/core/stats.c | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/src/core/stats.c b/src/core/stats.c index 1dcbaa05..ed091d44 100644 --- a/src/core/stats.c +++ b/src/core/stats.c @@ -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