]> granicus.if.org Git - graphviz/commit
fdpgen expandCluster: 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 04:08:29 +0000 (20:08 -0800)
commitd7c9ef2a75e479586b481f90530ebb7c3dd99b58
tree24e3528ba9842434084bde8ac79da4b5ceab145b
parent360dfb906ba4198767735a44ac40b46605b4c501
fdpgen expandCluster: 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