app/test: update malloc and memzone unit tests
authorSergio Gonzalez Monroy <sergio.gonzalez.monroy@intel.com>
Wed, 15 Jul 2015 16:32:22 +0000 (17:32 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Thu, 16 Jul 2015 12:01:04 +0000 (14:01 +0200)
commit89f3a8157497d2d8dcfdcf3bc02768aeb7797118
treee14b0704daecd092e7172f5c6414bb3e22a00165
parentfafcc11985a2d79c88334b10a6284068670954da
app/test: update malloc and memzone unit tests

Some unit test are not relevant anymore. It is the case of those malloc
UTs that checked corner cases when allocating MALLOC_MEMZONE_SIZE
chunks, and the case of those memzone UTs relaying of specific free
memsegs of rhte reserved memzone.

Other UTs just need to be update, for example, to calculate maximum free
block size available.

Signed-off-by: Sergio Gonzalez Monroy <sergio.gonzalez.monroy@intel.com>
app/test/test_malloc.c
app/test/test_memzone.c