Home
last modified time | relevance | path

Searched refs:malloc_socket_to_heap_id (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/lib/librte_eal/common/
H A Dmalloc_heap.h98 malloc_socket_to_heap_id(unsigned int socket_id);
H A Dmalloc_heap.c77 malloc_socket_to_heap_id(unsigned int socket_id) in malloc_socket_to_heap_id() function
123 heap_idx = malloc_socket_to_heap_id(msl->socket_id); in malloc_add_seg()
716 heap_id = malloc_socket_to_heap_id(socket); in malloc_heap_alloc()
779 heap_id = malloc_socket_to_heap_id(socket); in malloc_heap_alloc_biggest()
H A Drte_malloc.c233 heap_idx = malloc_socket_to_heap_id(socket); in rte_malloc_get_socket_stats()