Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_graph/
H A Dnode.c249 bool need_realloc; in edge_update() local
266 need_realloc = max_edges > node->nb_edges; in edge_update()
267 if (need_realloc) { in edge_update()
293 if (need_realloc) in edge_update()