Searched refs:heap_idx (Results 1 – 2 of 2) sorted by relevance
240 int heap_idx; in rte_malloc_get_socket_stats() local242 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()
113 int msl_idx, heap_idx; in malloc_add_seg() local118 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()