app/test: migrate custom mempool handler to stack handler
authorDavid Hunt <david.hunt@intel.com>
Thu, 30 Jun 2016 18:05:09 +0000 (19:05 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Fri, 1 Jul 2016 10:35:57 +0000 (12:35 +0200)
commitea151eb48a04b6739c63b59fd2dc6546f6d14716
treef3110ff2dfd611b52fd2a0c93e2ddf653cefbdf3
parent57faf30b074e55f04fed2ff6c8267f1bb9dcd133
app/test: migrate custom mempool handler to stack handler

After introducing the stack handler in the previous commit,
we now have very similar code to the custom handler in test_mempool.c,
which creates a custom mempool based on simple mallocs.
The stack handler is a cleaner example of adding a new mempool handler,
so this commit replaces the custom handler test with a stack
handler test, and removes the custom handler code.

Signed-off-by: David Hunt <david.hunt@intel.com>
Acked-by: Olivier Matz <olivier.matz@6wind.com>
app/test/test_mempool.c