malloc: deprecate unused function to set limit
authorStephen Hemminger <stephen@networkplumber.org>
Wed, 26 Jun 2019 22:32:12 +0000 (15:32 -0700)
committerThomas Monjalon <thomas@monjalon.net>
Mon, 1 Jul 2019 16:37:50 +0000 (18:37 +0200)
commit5348806e43bdaf5e5b12a1b9b9f5c816c9d1139a
tree8ed19733ba49d28e6a6d71e6828c03fb7b2c5869
parentb149a7064261c2424ce5eeaeceb884dce46967cb
malloc: deprecate unused function to set limit

The function rte_malloc_set_limit was defined but never implemented.
Mark it as deprecated for now, and remove in next release.

There is no point in keeping dead code.
"You Aren't Going to Need It"

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Acked-by: Anatoly Burakov <anatoly.burakov@intel.com>
app/test/test_malloc.c
doc/guides/rel_notes/release_19_08.rst
lib/librte_eal/common/include/rte_malloc.h