mem: fix malloc debug config
authorXueming Li <xuemingl@mellanox.com>
Sat, 9 Sep 2017 07:33:18 +0000 (15:33 +0800)
committerThomas Monjalon <thomas@monjalon.net>
Mon, 9 Oct 2017 21:15:45 +0000 (23:15 +0200)
commit3cd4e0e88349510413c90e2602c8fd7a14cfe6ab
treeef5a80c92f560fa812f13ae46c7db77eb9833fbc
parentf38530635781adf11134f57498582a50cc32c623
mem: fix malloc debug config

This patch replaces broken macro RTE_LIBRTE_MALLOC_DEBUG with
RTE_MALLOC_DEBUG.

Fixes: af75078fece3 ("first public release")
Cc: stable@dpdk.org
Signed-off-by: Xueming Li <xuemingl@mellanox.com>
Acked-by: Sergio Gonzalez Monroy <sergio.gonzalez.monroy@intel.com>
lib/librte_eal/common/malloc_elem.h
test/test/test_malloc.c