Home
last modified time | relevance | path

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

/dpdk/lib/graph/
H A Dnode.c240 bool need_realloc; in edge_update() local
257 need_realloc = max_edges > node->nb_edges; in edge_update()
258 if (need_realloc) { in edge_update()
282 if (need_realloc) in edge_update()