Home
last modified time | relevance | path

Searched defs:realloc_count (Results 1 – 3 of 3) sorted by relevance

/dpdk/lib/graph/
H A Drte_graph.h223 uint64_t realloc_count; /**< Realloc count. */ global() member
H A Dgraph_stats.c397 uint64_t calls = 0, cycles = 0, objs = 0, realloc_count = 0; cluster_node_arregate_stats() local
[all...]
H A Drte_graph_worker_common.h97 uint32_t realloc_count; /**< Number of times realloced. */ global() member