Home
last modified time | relevance | path

Searched refs:alloc_count (Results 1 – 9 of 9) sorted by relevance

/dpdk/app/test/
H A Dtest_malloc.c308 (post_stats.alloc_count!=pre_stats.alloc_count)&& in test_multi_alloc_statistics()
345 if (second_stats.alloc_count != first_stats.alloc_count + 1) { in test_multi_alloc_statistics()
369 (post_stats.alloc_count!=pre_stats.alloc_count)&& in test_multi_alloc_statistics()
/dpdk/lib/eal/common/
H A Dmalloc_heap.c249 heap->alloc_count++; in heap_alloc()
271 heap->alloc_count++; in heap_alloc_biggest()
1125 socket_stats->alloc_count = heap->alloc_count; in malloc_heap_get_stats()
1142 fprintf(f, "Heap alloc count: %u\n", heap->alloc_count); in malloc_heap_dump()
1356 heap->alloc_count = 0; in malloc_heap_create()
1375 if (heap->alloc_count != 0) { in malloc_heap_destroy()
H A Dmalloc_heap.h30 unsigned int alloc_count; member
H A Drte_malloc.c349 fprintf(f, "\tAlloc_count:%u,\n",sock_stats.alloc_count); in rte_malloc_dump_stats()
H A Dmalloc_elem.c593 elem->heap->alloc_count--; in malloc_elem_free()
H A Deal_common_memory.c1151 rte_tel_data_add_dict_u64(d, "Alloc_count", sock_stats.alloc_count); in handle_eal_heap_info_request()
/dpdk/lib/eal/include/
H A Drte_malloc.h31 unsigned alloc_count; /**< Number of allocated elements on heap */ member
/dpdk/app/test-flow-perf/
H A Dmain.c994 n_alloc += socket_stats.alloc_count; in dump_socket_mem()
1010 socket_stats.alloc_count, in dump_socket_mem()
/dpdk/app/test-pmd/
H A Dcmdline.c9974 n_alloc += socket_stats.alloc_count; in dump_socket_mem()
9984 socket_stats.alloc_count, in dump_socket_mem()