]> granicus.if.org Git - graphviz/commit
fdpgen addCluster: use cgraph wrapper for allocation
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Fri, 18 Nov 2022 01:14:41 +0000 (17:14 -0800)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 23 Nov 2022 03:39:46 +0000 (19:39 -0800)
commitb3a27cfe482c59bc970e0f94c4bd4cc4b4b6f29e
tree68332905bb788ef10e4d053fe69fb486f79d2939
parentb2f1fc6812bfb1309388e12b268aa1c1c3536108
fdpgen addCluster: 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/fdpgen/layout.c