malloc: set pad to 0 on free
authorAnatoly Burakov <anatoly.burakov@intel.com>
Wed, 2 May 2018 15:38:15 +0000 (16:38 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Wed, 2 May 2018 16:35:19 +0000 (18:35 +0200)
commitdc14d4f026b734d42365de998103acb24a9edd0e
tree59c14c260633ceac10634dd69213d38d48e8b5b1
parent3a0d465d4c53c5d8e23ed6d14eed8526291e1da3
malloc: set pad to 0 on free

The pad value is not used unless element is in pad state, but it
will show up in heap dumps and may be confusing.

Signed-off-by: Anatoly Burakov <anatoly.burakov@intel.com>
lib/librte_eal/common/malloc_elem.c