]> granicus.if.org Git - graphviz/commit
sfdpgen oned_optimizer_new: use cgraph wrapper for allocation
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 28 Aug 2022 19:54:16 +0000 (12:54 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 31 Aug 2022 00:12:49 +0000 (17:12 -0700)
commit59a289970a6a154655d403572e33f967a1434263
tree1a1a929304287936bc9cb3c84832c69d018607a6
parent7bd760f96c72c7b65d781711f5a971bd5da36c81
sfdpgen oned_optimizer_new: 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