Re: [dpdk-dev] [PATCH] test: add malloc stats dump command

2018-01-17 Thread Thomas Monjalon
22/12/2017 10:51, Anatoly Burakov: > This can be useful for checking if an autotest leaks memory after > its execution. > > Signed-off-by: Anatoly Burakov Applied, thanks

[dpdk-dev] [PATCH] test: add malloc stats dump command

2017-12-22 Thread Anatoly Burakov
This can be useful for checking if an autotest leaks memory after its execution. Signed-off-by: Anatoly Burakov --- test/test/commands.c | 14 +++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/test/test/commands.c b/test/test/commands.c index 4097a33..f49f7e8 100644 -