Home
last modified time | relevance | path

Searched refs:heap_idx (Results 1 – 2 of 2) sorted by relevance

/dpdk/lib/eal/common/
H A Drte_malloc.c240 int heap_idx; in rte_malloc_get_socket_stats() local
242 heap_idx = malloc_socket_to_heap_id(socket); in rte_malloc_get_socket_stats()
243 if (heap_idx < 0) in rte_malloc_get_socket_stats()
246 return malloc_heap_get_stats(&mcfg->malloc_heaps[heap_idx], in rte_malloc_get_socket_stats()
H A Dmalloc_heap.c113 int msl_idx, heap_idx; in malloc_add_seg() local
118 heap_idx = malloc_socket_to_heap_id(msl->socket_id); in malloc_add_seg()
119 if (heap_idx < 0) { in malloc_add_seg()
123 heap = &mcfg->malloc_heaps[heap_idx]; in malloc_add_seg()