]> granicus.if.org Git - graphviz/commit
dotgen _dot_splines: use cgraph wrappers for allocation
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 14 Sep 2022 01:35:25 +0000 (18:35 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 14 Sep 2022 01:39:23 +0000 (18:39 -0700)
commit5a8521f87c2b2a8da29e9eaefd584ef88128650b
tree6cd20518e50f471d758cf589adaa7fbc939fa4d9
parent7ac64fef4dd73399f08eeadeb9a6ce85fc256926
dotgen _dot_splines: 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