]> granicus.if.org Git - graphviz/commit
dotgen build_skeleton: use cgraph wrapper for allocation
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 14 Sep 2022 00:57:32 +0000 (17:57 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 14 Sep 2022 00:57:32 +0000 (17:57 -0700)
commit60dcfa1bbe08f98f53caabb72da048a9c5ef4e2e
tree8d023d825dd467a44c54ebea597028abd87e2dbb
parent8e990d3e4599a4128e190fca6b79b440e440b436
dotgen build_skeleton: 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/cluster.c