]> granicus.if.org Git - graphviz/commit
pack polyGraphs: use cgraph wrappers for allocation
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 21 Sep 2022 02:15:46 +0000 (19:15 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Thu, 22 Sep 2022 00:00:18 +0000 (17:00 -0700)
commite0399cc0fc0f4b879381d2d3830a1fe54fe0a982
treebd032a989053da14f91403053d0d7421e982f15e
parent31e7d68cf540fc144131d5a58bee5ecd4e1de43c
pack polyGraphs: 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/pack/pack.c