]> granicus.if.org Git - graphviz/commit
dotgen swap_bezier: use cgraph wrapper for allocation
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 14 Sep 2022 01:34:19 +0000 (18:34 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 14 Sep 2022 01:39:23 +0000 (18:39 -0700)
commit18cdf23bc4f920bcd1657e44d742883f1caf353d
treed9bc7cb3f5b65cc26517033a47bba5f0e19d3e16
parent770ac6656808374d42d771a7300550b456ca42b8
dotgen swap_bezier: 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/dotgen/dotsplines.c