lib: provide initial versioning
[dpdk.git] / lib / librte_malloc / rte_malloc_version.map
1 DPDK_2.0 {
2         global:
3
4         rte_calloc;
5         rte_calloc_socket;
6         rte_free;
7         rte_malloc;
8         rte_malloc_dump_stats;
9         rte_malloc_get_socket_stats;
10         rte_malloc_set_limit;
11         rte_malloc_socket;
12         rte_malloc_validate;
13         rte_malloc_virt2phy;
14         rte_realloc;
15         rte_zmalloc;
16         rte_zmalloc_socket;
17
18         local: *;
19 };