]> granicus.if.org Git - graphviz/commit
sfdpgen power_law_graph: use cgraph wrapper for allocation
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 10 Sep 2022 03:42:18 +0000 (20:42 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 11 Sep 2022 23:56:02 +0000 (16:56 -0700)
commit4009fccab2ae5c56dc7bb2c6b51acd5c581fc7d8
tree22097279544551b2197ffdbea7d42eb83f4678ed
parent77bef51d2ca44f22b809386538ac3e2128c73244
sfdpgen power_law_graph: use cgraph wrapper 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/spring_electrical.c