Home
last modified time | relevance | path

Searched refs:rte_malloc_heap_get_socket (Results 1 – 7 of 7) sorted by relevance

/f-stack/dpdk/app/test/
H A Dtest_external_mem.c92 if (rte_malloc_heap_get_socket(name) >= 0 || in test_malloc_invalid_param()
134 if (rte_malloc_heap_get_socket(valid_name) >= 0 || in test_malloc_invalid_param()
285 socket_id = rte_malloc_heap_get_socket(heap_name); in test_malloc_basic()
H A Dtest_malloc.c639 realloc_heap_socket = rte_malloc_heap_get_socket(heap_name); in test_realloc()
/f-stack/dpdk/lib/librte_eal/include/
H A Drte_malloc.h485 rte_malloc_heap_get_socket(const char *name);
/f-stack/dpdk/lib/librte_eal/
H A Drte_eal_exports.def225 rte_malloc_heap_get_socket
H A Dversion.map294 rte_malloc_heap_get_socket;
/f-stack/dpdk/lib/librte_eal/common/
H A Drte_malloc.c257 rte_malloc_heap_get_socket(const char *name) in rte_malloc_heap_get_socket() function
/f-stack/dpdk/app/test-pmd/
H A Dtestpmd.c812 socket_id = rte_malloc_heap_get_socket(EXTMEM_HEAP_NAME); in setup_extmem()
1025 rte_malloc_heap_get_socket(EXTMEM_HEAP_NAME); in mbuf_pool_create()