]> granicus.if.org Git - graphviz/commit
sfdpgen maximal_independent_edge_set_heaves…: use cgraph wrappers for allocation
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 10 Sep 2022 03:12:26 +0000 (20:12 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 11 Sep 2022 23:56:02 +0000 (16:56 -0700)
commit7067e765cdac0ee7c6dd93ab4d2d9314d6f9b52d
tree95df21ba296931a22921c420ce8bf014ea15913f
parent43a1b8ae610ae7d5f1fb928bad29c553917f113e
sfdpgen maximal_independent_edge_set_heaves…: use cgraph wrappers for allocation

The lib/cgraph/alloc.h wrappers are similar to the older lib/common/memory.h
wrappers except (1) they are header-only and (2) they live in a directory
(cgraph) that is at the root of the dependency tree. The long term plan is to
replace all use of lib/common/memory.h with lib/cgraph/alloc.h.
lib/sfdpgen/Multilevel.c