Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_eal/common/
H A Drte_malloc.c325 struct rte_malloc_socket_stats sock_stats; in rte_malloc_dump_stats() local
331 malloc_heap_get_stats(heap, &sock_stats); in rte_malloc_dump_stats()
335 fprintf(f, "\tHeap_size:%zu,\n", sock_stats.heap_totalsz_bytes); in rte_malloc_dump_stats()
336 fprintf(f, "\tFree_size:%zu,\n", sock_stats.heap_freesz_bytes); in rte_malloc_dump_stats()
337 fprintf(f, "\tAlloc_size:%zu,\n", sock_stats.heap_allocsz_bytes); in rte_malloc_dump_stats()
339 sock_stats.greatest_free_size); in rte_malloc_dump_stats()
340 fprintf(f, "\tAlloc_count:%u,\n",sock_stats.alloc_count); in rte_malloc_dump_stats()
341 fprintf(f, "\tFree_count:%u,\n", sock_stats.free_count); in rte_malloc_dump_stats()