Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_eal/common/
H A Dmalloc_heap.c637 unsigned int heap_id, unsigned int flags, size_t align, in malloc_heap_alloc_on_heap_id() argument
641 struct malloc_heap *heap = &mcfg->malloc_heaps[heap_id]; in malloc_heap_alloc_on_heap_id()
664 socket_id = rte_socket_id_by_idx(heap_id); in malloc_heap_alloc_on_heap_id()
700 int socket, heap_id, i; in malloc_heap_alloc() local
716 heap_id = malloc_socket_to_heap_id(socket); in malloc_heap_alloc()
718 if (heap_id < 0) in malloc_heap_alloc()
730 if (i == heap_id) in malloc_heap_alloc()
745 struct malloc_heap *heap = &mcfg->malloc_heaps[heap_id]; in heap_alloc_biggest_on_heap_id()
763 int socket, i, cur_socket, heap_id; in malloc_heap_alloc_biggest() local
779 heap_id = malloc_socket_to_heap_id(socket); in malloc_heap_alloc_biggest()
[all …]
H A Drte_malloc.c324 unsigned int heap_id; in rte_malloc_dump_stats() local
328 for (heap_id = 0; heap_id < RTE_MAX_HEAPS; heap_id++) { in rte_malloc_dump_stats()
329 struct malloc_heap *heap = &mcfg->malloc_heaps[heap_id]; in rte_malloc_dump_stats()
333 fprintf(f, "Heap id:%u\n", heap_id); in rte_malloc_dump_stats()