]> granicus.if.org Git - graphviz/commit
fdpgen addEdge: 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:07:19 +0000 (20:07 -0800)
commit792734885b9f7e1e8e781f5f7cbd6469f3236d99
tree217c7686a0eb99ae4153ee9f73cebead7a70592c
parentb3a27cfe482c59bc970e0f94c4bd4cc4b4b6f29e
fdpgen addEdge: 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