]> granicus.if.org Git - graphviz/commit
fdpgen mkDeriveNode: 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 03:27:10 +0000 (19:27 -0800)
commitb2f1fc6812bfb1309388e12b268aa1c1c3536108
treefb8fd78530214f12a52891b5dc40192422af0011
parent5bf25d5f764ada4e0ec10c4cc6ba294e6e5be637
fdpgen mkDeriveNode: 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/layout.c