]> granicus.if.org Git - graphviz/commit
fdpgen findCComp: use cgraph wrappers 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:14:52 +0000 (20:14 -0800)
commit0e02dd1dab901fd46d4aaf4b78567e812229bf4c
treeaa7b86536b5e0a2dbd0869477abe7a251d3734c5
parentfb27546ffc935fa67ebf306ab50c11d8d454bc29
fdpgen findCComp: 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/fdpgen/comp.c