Searched refs:rte_malloc_heap_get_socket (Results 1 – 5 of 5) sorted by relevance
439 * socket ID, which can be found using ``rte_malloc_heap_get_socket()``489 rte_malloc_heap_get_socket(const char *name);
104 if (rte_malloc_heap_get_socket(name) >= 0 || in test_malloc_invalid_param()146 if (rte_malloc_heap_get_socket(valid_name) >= 0 || in test_malloc_invalid_param()297 socket_id = rte_malloc_heap_get_socket(heap_name); in test_malloc_basic()
648 realloc_heap_socket = rte_malloc_heap_get_socket(heap_name); in test_realloc()
175 rte_malloc_heap_get_socket;
266 rte_malloc_heap_get_socket(const char *name) in rte_malloc_heap_get_socket() function