]> granicus.if.org Git - graphviz/commit
dotgen applyPacking2: use cgraph wrapper for allocation
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 14 Sep 2022 01:24:25 +0000 (18:24 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 14 Sep 2022 01:39:19 +0000 (18:39 -0700)
commit770ac6656808374d42d771a7300550b456ca42b8
tree7245d387017b08afce39603e17e8dc128bce6e59
parent4376750b740e0015ade8ed128d5fdb6cf19301b3
dotgen applyPacking2: 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/aspect.c