Searched refs:malloc_socket (Results 1 – 1 of 1) sorted by relevance
| /f-stack/dpdk/lib/librte_eal/common/ |
| H A D | rte_malloc.c | 59 malloc_socket(const char *type, size_t size, unsigned int align, in malloc_socket() function 92 return malloc_socket(type, size, align, socket_arg, true); in rte_malloc_socket() 98 return malloc_socket(type, size, align, SOCKET_ID_ANY, false); in eal_malloc_no_trace()
|