mem: move librte_malloc to eal/common
[dpdk.git] / lib / librte_malloc / rte_malloc_version.map
index af6ae9b..63cb5fc 100644 (file)
@@ -1,19 +1,3 @@
 DPDK_2.0 {
-       global:
-
-       rte_calloc;
-       rte_calloc_socket;
-       rte_free;
-       rte_malloc;
-       rte_malloc_dump_stats;
-       rte_malloc_get_socket_stats;
-       rte_malloc_set_limit;
-       rte_malloc_socket;
-       rte_malloc_validate;
-       rte_malloc_virt2phy;
-       rte_realloc;
-       rte_zmalloc;
-       rte_zmalloc_socket;
-
        local: *;
 };