mempool: add op to calculate memory size to be allocated
[dpdk.git] / lib / librte_mempool / meson.build
1 # SPDX-License-Identifier: BSD-3-Clause
2 # Copyright(c) 2017 Intel Corporation
3
4 version = 4
5 sources = files('rte_mempool.c', 'rte_mempool_ops.c',
6                 'rte_mempool_ops_default.c')
7 headers = files('rte_mempool.h')
8 deps += ['ring']
9
10 # memseg walk is not yet part of stable API
11 allow_experimental_apis = true