test/malloc: run realloc tests on external heap
authorAnatoly Burakov <anatoly.burakov@intel.com>
Thu, 2 Apr 2020 09:02:14 +0000 (10:02 +0100)
committerDavid Marchand <david.marchand@redhat.com>
Tue, 21 Apr 2020 12:57:40 +0000 (14:57 +0200)
commitdd46777794df4ff519020fbaa8b8d74b205770ec
treebbc9238192663fa63f77a63a825479670b631fb5
parent7c5e68cb267388314664eb14cf00d65c2569af74
test/malloc: run realloc tests on external heap

Due to the fact that the rte_realloc() test depends on the layout of
underlying memory, it can sometimes fail due to fragmentation of the
memory. To address this, make it so that the realloc autotests are run
using a newly created external memory heap instead of main memory.

Bugzilla ID: 424

Signed-off-by: Anatoly Burakov <anatoly.burakov@intel.com>
Tested-by: David Christensen <drc@linux.vnet.ibm.com>
app/test/test_malloc.c