Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_graph/
H A Dgraph_stats.c81 stat->name, calls, objs, stat->realloc_count, objs_per_call, in print_node()
331 uint64_t calls = 0, cycles = 0, objs = 0, realloc_count = 0; in cluster_node_arregate_stats() local
342 realloc_count += node->realloc_count; in cluster_node_arregate_stats()
349 stat->realloc_count = realloc_count; in cluster_node_arregate_stats()
403 node->realloc_count = 0; in rte_graph_cluster_stats_reset()
H A Dgraph_debug.c75 fprintf(f, " realloc_count=%d\n", n->realloc_count); in rte_graph_obj_dump()
H A Dgraph.c472 node->realloc_count++; in __rte_node_stream_alloc()
488 node->realloc_count++; in __rte_node_stream_alloc_size()
H A Drte_graph.h207 uint64_t realloc_count; /**< Realloc count. */ member
H A Drte_graph_worker.h61 uint32_t realloc_count; /**< Number of times realloced. */ member
/f-stack/dpdk/doc/guides/prog_guide/
H A Dgraph_lib.rst244 |Node |calls |objs |realloc_count |objs/call |objs/sec(10E6) |cycles/call|