Searched defs:realloc_count (Results 1 – 3 of 3) sorted by relevance
| /dpdk/lib/graph/ | ||
| H A D | rte_graph.h | 223 uint64_t realloc_count; /**< Realloc count. */ global() member |
| H A D | graph_stats.c | 397 uint64_t calls = 0, cycles = 0, objs = 0, realloc_count = 0; cluster_node_arregate_stats() local |
| H A D | rte_graph_worker_common.h | 97 uint32_t realloc_count; /**< Number of times realloced. */ global() member |