Home
last modified time | relevance | path

Searched refs:rte_malloc_heap_socket_is_external (Results 1 – 4 of 4) sorted by relevance

/dpdk/lib/eal/include/
H A Drte_malloc.h492 rte_malloc_heap_socket_is_external(int socket_id);
/dpdk/lib/eal/common/
H A Drte_malloc.c68 if (rte_malloc_heap_socket_is_external(socket_arg) != 1 && in malloc_socket()
302 rte_malloc_heap_socket_is_external(int socket_id) in rte_malloc_heap_socket_is_external() function
/dpdk/lib/eal/
H A Dversion.map155 rte_malloc_heap_socket_is_external;
/dpdk/lib/mempool/
H A Drte_mempool.c463 ret = rte_malloc_heap_socket_is_external(mp->socket_id); in rte_mempool_get_page_size()