]> granicus.if.org Git - graphviz/commit
dotgen make_regular_edge: use cgraph wrappers for allocation
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 14 Sep 2022 01:38:00 +0000 (18:38 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 14 Sep 2022 01:39:23 +0000 (18:39 -0700)
commit80c242ec99402c8e86ffccb5938b8852e78694ce
tree360abae9fb8124bb635cafb1d6e93ff76a9f4c47
parentcc8c0d7cffa15cff4b7fd3b05d1c89b4df6fe1b7
dotgen make_regular_edge: 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/dotgen/dotsplines.c