mem: remove dummy malloc library
authorThomas Monjalon <thomas.monjalon@6wind.com>
Tue, 1 Sep 2015 13:29:37 +0000 (15:29 +0200)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Thu, 3 Sep 2015 17:22:48 +0000 (19:22 +0200)
commit5eaef15c1925b25237f5ef32b20b5701f95419e6
tree2bf4bcf843f620b869188776eae5f2401f577f31
parente32bbdb218ed7cf133d06acac2ee407601ca31a0
mem: remove dummy malloc library

The malloc library is now part of the EAL.

Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
Acked-by: Stephen Hemminger <stephen@networkplumber.org>
Acked-by: Neil Horman <nhorman@tuxdriver.com>
12 files changed:
MAINTAINERS
doc/guides/prog_guide/dev_kit_build_system.rst
doc/guides/prog_guide/env_abstraction_layer.rst
doc/guides/prog_guide/source_org.rst
doc/guides/prog_guide/thread_safety_intel_dpdk_functions.rst
doc/guides/rel_notes/deprecation.rst
doc/guides/rel_notes/release_2_2.rst
lib/Makefile
lib/librte_malloc/Makefile [deleted file]
lib/librte_malloc/rte_malloc_empty.c [deleted file]
lib/librte_malloc/rte_malloc_version.map [deleted file]
mk/rte.app.mk